From 650570308db4de6878e8d6d1a2df3de6a6f1051a Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Wed, 20 Aug 2008 12:21:48 -0400 Subject: [PATCH] fix up olpc.fth creation for ext3 images; use disk: rather than nand: Signed-off-by: Andres Salomon --- functions.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/functions.sh b/functions.sh index 705c4c9..5a45aa0 100644 --- a/functions.sh +++ b/functions.sh @@ -61,9 +61,11 @@ create_ofwboot() if [ "${fstype}" = "jffs2" ]; then r=mtd0 rfs="rootfstype=jffs2" + dev=nand else r=/dev/sda1 rfs="" + dev=disk fi cat >${mntpt}/boot/olpc.fth<