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
commit1e6f69faa5ac6e09dcc34f8c25ff2072b7fcdd37 (patch)
treed50d7eed4f9286bcd92acec6ad4a4194be04b65b /target/linux/olpc
parent3239fee4a6d608d6378b383f961723ccf8d31e25 (diff)
downloadmaster-187ad058-1e6f69faa5ac6e09dcc34f8c25ff2072b7fcdd37.tar.gz
master-187ad058-1e6f69faa5ac6e09dcc34f8c25ff2072b7fcdd37.tar.bz2
master-187ad058-1e6f69faa5ac6e09dcc34f8c25ff2072b7fcdd37.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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10522 3c298f89-4303-0410-b956-a3cf2f4a3e73
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