add reboot=bios to x86 grub images to fix reboot issue on wrap
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 9 Oct 2006 03:50:48 +0000 (03:50 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 9 Oct 2006 03:50:48 +0000 (03:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4979 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/image/x86/grub/menu.lst

index 39803c5bb0b7aef3485821b86ceb3934936ed938..590a7d5e3a8f52884c43266b60c794733b5b7b8e 100644 (file)
@@ -6,6 +6,6 @@ timeout 5
 
 title   OpenWrt
 root    (hd0,0)
 
 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
 
 boot