Browse Source

x86: remove the reboot=bios command line parameter (#12193)

SVN-Revision: 33671
Felix Fietkau 13 years ago
parent
commit
856fba88d9
2 changed files with 3 additions and 3 deletions
  1. 1 1
      target/linux/x86/image/grub-iso.cfg
  2. 2 2
      target/linux/x86/image/grub.cfg

+ 1 - 1
target/linux/x86/image/grub-iso.cfg

@@ -6,5 +6,5 @@ set timeout="@TIMEOUT@"
 set root='(cd)'
 
 menuentry "OpenWrt" {
-	linux /boot/vmlinuz @CMDLINE@ noinitrd reboot=bios
+	linux /boot/vmlinuz @CMDLINE@ noinitrd
 }

+ 2 - 2
target/linux/x86/image/grub.cfg

@@ -6,8 +6,8 @@ set timeout="@TIMEOUT@"
 set root='(hd0,msdos1)'
 
 menuentry "OpenWrt" {
-	linux /boot/vmlinuz @CMDLINE@ noinitrd reboot=bios
+	linux /boot/vmlinuz @CMDLINE@ noinitrd
 }
 menuentry "OpenWrt (failsafe)" {
-	linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd reboot=bios
+	linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd
 }