diff options
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 |