1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

add reboot=bios to x86 grub images to fix reboot issue on wrap

SVN-Revision: 4979
This commit is contained in:
Felix Fietkau 2006-10-09 03:50:48 +00:00
parent d26c7ff03a
commit e129fce2b1

@ -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