From 10d5da709bdff7cd1970dbd7a2ab390d4ceafe3b Mon Sep 17 00:00:00 2001 From: ryd Date: Wed, 12 Dec 2007 01:46:24 +0000 Subject: Removing Grub for olpc (unnecessary) Adding Bootscript Some SD-Card fixes Config changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9712 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/olpc/image/olpc.fth | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/olpc/image/olpc.fth') diff --git a/target/linux/olpc/image/olpc.fth b/target/linux/olpc/image/olpc.fth index 02c9c2e991..048ab88964 100644 --- a/target/linux/olpc/image/olpc.fth +++ b/target/linux/olpc/image/olpc.fth @@ -1,4 +1,4 @@ \ Boot script -" sd:\boot\vmlinuz" to boot-device -" block2mtd.block2mtd=/dev/mmcblk0p2,65536,rootfs root=/dev/mtdblock0 rootfstype=squashfs init=/etc/preinit noinitrd console=tty0" to boot-file +" u:\boot\vmlinuz" to boot-device +" block2mtd.block2mtd=/dev/sda2,65536,rootfs root=/dev/mtdblock1 rootfstype=squashfs init=/etc/preinit rootdelay=5 noinitrd console=tty0" to boot-file boot -- cgit v1.2.3