[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. b6bd0a96b519009c37f5c04e48ed10664c6434bd

Sebastian Reichel sre at ring0.de
Thu Sep 1 22:34:26 UTC 2011


The following commit has been merged in the master branch:
commit b6bd0a96b519009c37f5c04e48ed10664c6434bd
Author: Riccardo Magliocchetti <riccardo.magliocchetti at gmail.com>
Date:   Fri Sep 2 00:33:02 2011 +0200

    using rootwait instead of rootdelay=5 saves 4s

diff --git a/configure-uboot.sh b/configure-uboot.sh
index 015acf2..3e84243 100755
--- a/configure-uboot.sh
+++ b/configure-uboot.sh
@@ -35,7 +35,7 @@ cat > uboot_menu.in <<'__END__'
 bootcmd=
   setenv bootargs
     ${bootargs_base} ${mtdparts}
-    rootfstype=ext3 root=/dev/mmcblk0p2 rootdelay=5;
+    rootfstype=ext3 root=/dev/mmcblk0p2 rootwait;
   mmcinit;
   ext2load mmc 1 0x32000000 ${sd_image_name};
   bootm 0x32000000

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list