add reboot=bios to x86 grub images to fix reboot issue on wrap
SVN-Revision: 4979
This commit is contained in:
parent
d26c7ff03a
commit
e129fce2b1
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ timeout 5
|
|||
|
||||
title OpenWrt
|
||||
root (hd0,0)
|
||||
kernel /boot/vmlinuz @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8
|
||||
kernel /boot/vmlinuz @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8 reboot=bios
|
||||
boot
|
||||
|
||||
|
|
Loading…
Reference in a new issue