diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-07 23:01:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-07 23:01:56 +0000 |
commit | 0dd7644ec71eedc94d0aab24e432149db73573f1 (patch) | |
tree | afb1bb97c8bed2a0fad9ab6fbac4d0652391afbc /target/linux/x86/image/menu.lst | |
parent | a1bcd25082fd6780d6eb9184acb1813bf723841f (diff) | |
download | upstream-0dd7644ec71eedc94d0aab24e432149db73573f1.tar.gz upstream-0dd7644ec71eedc94d0aab24e432149db73573f1.tar.bz2 upstream-0dd7644ec71eedc94d0aab24e432149db73573f1.zip |
x86: remove grub-legacy
SVN-Revision: 33640
Diffstat (limited to 'target/linux/x86/image/menu.lst')
-rw-r--r-- | target/linux/x86/image/menu.lst | 15 |
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 |