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

Joachim Breitner mail at joachim-breitner.de
Sun Jul 26 19:15:43 UTC 2009


The following commit has been merged in the master branch:
commit a43d94da2cec9e40e6144ca35e0e70538ba46571
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Sun Jul 26 20:17:17 2009 +0200

    configure-uboot.sh: change rootfstype to ext3 to match what install.sh creates

diff --git a/configure-uboot.sh b/configure-uboot.sh
index 393837c..015acf2 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=ext2 root=/dev/mmcblk0p2 rootdelay=5;
+    rootfstype=ext3 root=/dev/mmcblk0p2 rootdelay=5;
   mmcinit;
   ext2load mmc 1 0x32000000 ${sd_image_name};
   bootm 0x32000000

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list