From cf9e23e52f91473bbf37d9298c648b2f7cc1dcae Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 9 Oct 2006 03:50:48 +0000 Subject: [PATCH] add reboot=bios to x86 grub images to fix reboot issue on wrap git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4979 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/image/x86/grub/menu.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/image/x86/grub/menu.lst b/target/image/x86/grub/menu.lst index 39803c5bb..590a7d5e3 100644 --- a/target/image/x86/grub/menu.lst +++ b/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 -- 2.35.1