[pkg-fso-maint] [PATCH 2/2] configure-uboot.sh: change rootfstype to ext3 to match what install.sh creates

Lionel Elie Mamane lmamane at debian.org
Sun Jul 26 18:17:17 UTC 2009


From: Lionel Elie Mamane <lionel at mamane.lu>

---
 configure-uboot.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
-- 
1.6.3.1




More information about the pkg-fso-maint mailing list