1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 10:58:12 +03:00

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
This commit is contained in:
nbd 2006-10-09 03:50:48 +00:00
parent 3ba02801dc
commit cf9e23e52f

View 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