From: Felix Fietkau Date: Mon, 9 Oct 2006 03:50:48 +0000 (+0000) Subject: add reboot=bios to x86 grub images to fix reboot issue on wrap X-Git-Tag: reboot~30718^2~60 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e129fce2b110f90b32af41b6c80d0dd347cfcb24;p=openwrt%2Fstaging%2Fchunkeey.git add reboot=bios to x86 grub images to fix reboot issue on wrap SVN-Revision: 4979 --- diff --git a/openwrt/target/image/x86/grub/menu.lst b/openwrt/target/image/x86/grub/menu.lst index 39803c5bb0..590a7d5e3a 100644 --- a/openwrt/target/image/x86/grub/menu.lst +++ b/openwrt/target/image/x86/grub/menu.lst @@ -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