add reboot=bios to x86 grub images to fix reboot issue on wrap
[openwrt-10.03/.git] / target / image / x86 / grub / menu.lst
index 39803c5bb0b7aef3485821b86ceb3934936ed938..590a7d5e3a8f52884c43266b60c794733b5b7b8e 100644 (file)
@@ -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