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

SVN-Revision: 33671
This commit is contained in:
Felix Fietkau 2012-10-09 15:20:11 +00:00
parent fbe0af3237
commit 856fba88d9
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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
}