aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/menu.lst
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/x86/image/menu.lst')
-rw-r--r--target/linux/x86/image/menu.lst15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/x86/image/menu.lst b/target/linux/x86/image/menu.lst
new file mode 100644
index 000000000..5af1e955b
--- /dev/null
+++ b/target/linux/x86/image/menu.lst
@@ -0,0 +1,15 @@
+@SERIAL_CONFIG@
+@TERMINAL_CONFIG@
+
+default 0
+timeout @TIMEOUT@
+
+title OpenWrt
+root (hd0,0)
+kernel /boot/vmlinuz @CMDLINE@ noinitrd reboot=bios
+boot
+
+title OpenWrt (failsafe)
+root (hd0,0)
+kernel /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd reboot=bios
+boot