]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
u-boot: mount rootfs first readonly on pandaboard.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 16 Jun 2012 13:04:40 +0000 (15:04 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 16 Jun 2012 13:04:40 +0000 (15:04 +0200)
remount for fscheck seems to fail on ext4 without journal.

config/u-boot/boot.scr
config/u-boot/boot.script

index 7174fae82855e49638e6af7bcd03bc8f802e610a..784c1213fd9c2a3bf04152bc35e04be4f1c3b7d5 100755 (executable)
Binary files a/config/u-boot/boot.scr and b/config/u-boot/boot.scr differ
index 6fccbf1351e0c17939d67c9fab342052650f006a..795e60fd1ea3d146e5f2ddd8cc5469b810c56688 100755 (executable)
@@ -1,4 +1,4 @@
 fatload mmc 0:1 0x80000000 uImage-ipfire-omap
 fatload mmc 0:1 0x81600000 uInit-ipfire-omap
-setenv bootargs vram=32M console=tty1 omapfb.mode=dvi:800x600MR-16@60 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 rw
+setenv bootargs vram=32M console=tty1 omapfb.mode=dvi:800x600MR-16@60 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro
 bootm 0x80000000 0x81600000