Adding rootdelay and quiet parameter (again)
authorryd <ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 Feb 2008 00:25:18 +0000 (00:25 +0000)
committerryd <ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 Feb 2008 00:25:18 +0000 (00:25 +0000)
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

target/linux/olpc/image/olpc.fth

index 3d284d2..abb4bb9 100644 (file)
@@ -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
This page took 0.026204 seconds and 4 git commands to generate.