x86: remove the reboot=bios command line parameter (#12193)
SVN-Revision: 33671
This commit is contained in:
parent
fbe0af3237
commit
856fba88d9
2 changed files with 3 additions and 3 deletions
|
@ -6,5 +6,5 @@ set timeout="@TIMEOUT@"
|
|||
set root='(cd)'
|
||||
|
||||
menuentry "OpenWrt" {
|
||||
linux /boot/vmlinuz @CMDLINE@ noinitrd reboot=bios
|
||||
linux /boot/vmlinuz @CMDLINE@ noinitrd
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue