From b314ffdd3abe3babc3ab9d4caea87e2d5da3d8ef Mon Sep 17 00:00:00 2001 From: Jens Muecke Date: Sun, 28 Oct 2007 21:20:48 +0000 Subject: Initial OLPC target SVN-Revision: 9457 --- target/linux/olpc/image/menu.lst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 target/linux/olpc/image/menu.lst (limited to 'target/linux/olpc/image/menu.lst') diff --git a/target/linux/olpc/image/menu.lst b/target/linux/olpc/image/menu.lst new file mode 100644 index 0000000000..cb306cc443 --- /dev/null +++ b/target/linux/olpc/image/menu.lst @@ -0,0 +1,15 @@ +serial --unit=0 --speed=@BAUDRATE@ --word=8 --parity=no --stop=1 +terminal --timeout=2 console serial + +default 0 +timeout 5 + +title OpenWrt +root (hd0,0) +kernel /boot/vmlinuz @CMDLINE@ noinitrd console=tty0 console=ttyS0,@BAUDRATE@n8 reboot=bios +boot + +title OpenWrt (failsafe) +root (hd0,0) +kernel /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd console=tty0 console=ttyS0,@BAUDRATE@n8 reboot=bios +boot -- cgit v1.2.3