aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/menu.lst
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-07 23:01:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-07 23:01:56 +0000
commit7bb6460a5d03683022d9b696e46cb020835f150c (patch)
treee4c10940da71d5a4e0123ae88b11737a8b9308e0 /target/linux/x86/image/menu.lst
parentea575c9316eced5a60be4c05aab6ece3cf4b5eb6 (diff)
downloadmaster-187ad058-7bb6460a5d03683022d9b696e46cb020835f150c.tar.gz
master-187ad058-7bb6460a5d03683022d9b696e46cb020835f150c.tar.bz2
master-187ad058-7bb6460a5d03683022d9b696e46cb020835f150c.zip
x86: remove grub-legacy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33640 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/image/menu.lst')
-rw-r--r--target/linux/x86/image/menu.lst15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/x86/image/menu.lst b/target/linux/x86/image/menu.lst
deleted file mode 100644
index 5af1e955b3..0000000000
--- a/target/linux/x86/image/menu.lst
+++ /dev/null
@@ -1,15 +0,0 @@
-@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