diff options
author | Jens Muecke <jens@nons.de> | 2007-12-12 01:46:24 +0000 |
---|---|---|
committer | Jens Muecke <jens@nons.de> | 2007-12-12 01:46:24 +0000 |
commit | a3d681bba552ca210d1795845bd1bf89a5c1b38d (patch) | |
tree | 88e21330080a61f690137dcc9de87ac12c6a6370 /target/linux/olpc/image/olpc.fth | |
parent | 8b4ba82c0efe7848fecd5abba25d21cd56c5921e (diff) | |
download | upstream-a3d681bba552ca210d1795845bd1bf89a5c1b38d.tar.gz upstream-a3d681bba552ca210d1795845bd1bf89a5c1b38d.tar.bz2 upstream-a3d681bba552ca210d1795845bd1bf89a5c1b38d.zip |
Removing Grub for olpc (unnecessary) Adding Bootscript Some SD-Card fixes Config changes
SVN-Revision: 9712
Diffstat (limited to 'target/linux/olpc/image/olpc.fth')
-rw-r--r-- | target/linux/olpc/image/olpc.fth | 4 |
1 files changed, 2 insertions, 2 deletions
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 |