From a107cf2f87edb981c3a4d091d3a5076ac6256f9b Mon Sep 17 00:00:00 2001 From: josch Date: Thu, 10 Dec 2009 22:19:46 +0000 Subject: [PATCH] adjust rootdelay to 3 on gta01 and 1 on gta02 --- pyneo-rootfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyneo-rootfs.sh b/pyneo-rootfs.sh index 330f964..00c92a1 100755 --- a/pyneo-rootfs.sh +++ b/pyneo-rootfs.sh @@ -217,8 +217,8 @@ echo KERNEL==\"s3c2410_serial[0-9]\", NAME=\"ttySAC%n\" > $ROOTDIR/etc/udev/rul curl http://pyneo.org/downloads/gta0x/zImage-$KERNEL_VER-pyneo.bin > $ROOTDIR/boot/zImage-$KERNEL_VER-pyneo.bin 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 " > $ROOTDIR/boot/append-GTA01 -echo "console=tty0 " > $ROOTDIR/boot/append-GTA02 +echo "console=tty0 rootdelay=3 " > $ROOTDIR/boot/append-GTA01 +echo "console=tty0 rootdelay=1 " > $ROOTDIR/boot/append-GTA02 # modules curl http://pyneo.org/downloads/gta0x/modules-$KERNEL_VER-pyneo.tar.lzma | tar --lzma -xf - -C $ROOTDIR