From 3390dcc8d2912084ce667c722168bb51500c9d0f Mon Sep 17 00:00:00 2001
From: Jens Muecke <jens@nons.de>
Date: Mon, 25 Feb 2008 00:25:18 +0000
Subject: [PATCH] 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
---
 target/linux/olpc/image/olpc.fth | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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