r1927 - trunk/src/host/devirginator

laforge at sita.openmoko.org laforge at sita.openmoko.org
Tue May 8 06:52:50 CEST 2007


Author: laforge
Date: 2007-05-08 06:52:46 +0200 (Tue, 08 May 2007)
New Revision: 1927

Modified:
   trunk/src/host/devirginator/environment.in
Log:
mount root-fs as read-only when booting from SD (since our default init script expects it read-only to be able to do fsck before mounting it read-write)


Modified: trunk/src/host/devirginator/environment.in
===================================================================
--- trunk/src/host/devirginator/environment.in	2007-05-08 04:01:19 UTC (rev 1926)
+++ trunk/src/host/devirginator/environment.in	2007-05-08 04:52:46 UTC (rev 1927)
@@ -33,7 +33,7 @@
   Boot from microSD:
   setenv bootargs
     ${bootargs_base} rootfstype=ext2 rootfs=/dev/mmcblk0p1 rootdelay=5
-    ${mtdparts};
+    ${mtdparts} ro;
   mmcinit;
   ext2load mmc 0 0x32000000 /boot/${sd_image_name};
   bootm 0x32000000





More information about the commitlog mailing list