diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2008-09-27 14:43:38 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2008-09-27 14:43:38 +0000 |
commit | 50dd431344bc3abbb3a96b5a141adf3e29ef1efd (patch) | |
tree | fa020aa0368722288ffd131c41e441774b4b32e6 /target/linux/olpc/image/olpc.fth | |
parent | dea97a3fa3c6d8ac86364726bc215ab57bbc29c3 (diff) | |
download | upstream-50dd431344bc3abbb3a96b5a141adf3e29ef1efd.tar.gz upstream-50dd431344bc3abbb3a96b5a141adf3e29ef1efd.tar.bz2 upstream-50dd431344bc3abbb3a96b5a141adf3e29ef1efd.zip |
Generate olpc.fth depending on the target image type.
SVN-Revision: 12732
Diffstat (limited to 'target/linux/olpc/image/olpc.fth')
-rw-r--r-- | target/linux/olpc/image/olpc.fth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/olpc/image/olpc.fth b/target/linux/olpc/image/olpc.fth index abb4bb91d9..f250ab0c72 100644 --- a/target/linux/olpc/image/olpc.fth +++ b/target/linux/olpc/image/olpc.fth @@ -1,4 +1,4 @@ \ Boot script " u:\boot\vmlinuz" to boot-device -" block2mtd.block2mtd=/dev/sda2,65536,rootfs root=/dev/mtdblock1 rootfstype=squashfs init=/etc/preinit noinitrd console=tty0 rootdelay=5 quiet" to boot-file +" @CMDLINE@ noinitrd console=tty0" to boot-file boot |