add reboot=bios to x86 grub images to fix reboot issue on wrap
authorFelix Fietkau <nbd@openwrt.org>
Mon, 9 Oct 2006 03:50:48 +0000 (03:50 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 9 Oct 2006 03:50:48 +0000 (03:50 +0000)
SVN-Revision: 4979

openwrt/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