From 3ac714904bdfd1f6f3d08003f35dc5c96fd108ef Mon Sep 17 00:00:00 2001 From: josch Date: Mon, 13 Jul 2009 10:26:08 +0000 Subject: [PATCH] increase rootdelay --- pyneo-rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyneo-rootfs.sh b/pyneo-rootfs.sh index 31e70ad..94ed90c 100755 --- a/pyneo-rootfs.sh +++ b/pyneo-rootfs.sh @@ -221,7 +221,7 @@ curl http://pyneo.org/downloads/gta0x/zImage-$KERNEL_VER-pyneo.bin > $ROOTDIR/bo ln -s zImage-$KERNEL_VER-pyneo.bin $ROOTDIR/boot/uImage-GTA01.bin ln -s zImage-$KERNEL_VER-pyneo.bin $ROOTDIR/boot/uImage-GTA02.bin echo "console=tty0 rootdelay=3 " > $ROOTDIR/boot/append-GTA01 -echo "console=tty0 rootdelay=1 " > $ROOTDIR/boot/append-GTA02 +echo "console=tty0 rootdelay=3 " > $ROOTDIR/boot/append-GTA02 # modules curl http://pyneo.org/downloads/gta0x/modules-$KERNEL_VER-pyneo.tar.lzma | tar --lzma -xf - -C $ROOTDIR