aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/olpc
diff options
context:
space:
mode:
authorJens Muecke <jens@nons.de>2008-02-25 00:25:18 +0000
committerJens Muecke <jens@nons.de>2008-02-25 00:25:18 +0000
commit3390dcc8d2912084ce667c722168bb51500c9d0f (patch)
treee0399d4b624b7323a6748aba522fd6d3ac40b90e /target/linux/olpc
parent3243f7af8c538f680fd090761d6190b13907e281 (diff)
downloadupstream-3390dcc8d2912084ce667c722168bb51500c9d0f.tar.gz
upstream-3390dcc8d2912084ce667c722168bb51500c9d0f.tar.bz2
upstream-3390dcc8d2912084ce667c722168bb51500c9d0f.zip
Adding rootdelay and quiet parameter (again)
Rootdelay is required to boot from USB-Stick. Otherwise the rootfs was found to late. quit will also boot up faster SVN-Revision: 10522
Diffstat (limited to 'target/linux/olpc')
-rw-r--r--target/linux/olpc/image/olpc.fth2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/olpc/image/olpc.fth b/target/linux/olpc/image/olpc.fth
index 3d284d2fcd..abb4bb91d9 100644
--- a/target/linux/olpc/image/olpc.fth
+++ b/target/linux/olpc/image/olpc.fth
@@ -1,4 +1,4 @@
\ Boot script
" u:\boot\vmlinuz" to boot-device
-" block2mtd.block2mtd=/dev/sda2,65536,rootfs root=/dev/mtdblock1 rootfstype=squashfs init=/etc/preinit noinitrd console=tty0" to boot-file
+" block2mtd.block2mtd=/dev/sda2,65536,rootfs root=/dev/mtdblock1 rootfstype=squashfs init=/etc/preinit noinitrd console=tty0 rootdelay=5 quiet" to boot-file
boot