From 6c533f0b92c7f57ab4764f80a6e1f20cc5c377ec Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 9 Oct 2007 16:57:12 +0000 Subject: move grub menu.lst to the right place git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9216 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/x86/image/menu.lst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 target/linux/x86/image/menu.lst (limited to 'target/linux/x86/image/menu.lst') diff --git a/target/linux/x86/image/menu.lst b/target/linux/x86/image/menu.lst new file mode 100644 index 0000000000..cb306cc443 --- /dev/null +++ b/target/linux/x86/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