x86: switch image generation to new code
[openwrt/openwrt.git] / target / linux / x86 / image / grub.cfg
diff --git a/target/linux/x86/image/grub.cfg b/target/linux/x86/image/grub.cfg
deleted file mode 100644 (file)
index 76a9885..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-@SERIAL_CONFIG@
-@TERMINAL_CONFIG@
-
-set default="0"
-set timeout="@TIMEOUT@"
-set root='(hd0,msdos1)'
-
-menuentry "@TITLE@" {
-       linux /boot/vmlinuz @CMDLINE@ noinitrd
-}
-menuentry "@TITLE@ (failsafe)" {
-       linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd
-}