1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-13 06:28:08 +03:00
openwrt-xburst/target/image/x86/grub/menu.lst
nbd cf9e23e52f 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
2006-10-09 03:50:48 +00:00

12 lines
234 B
Plaintext

serial --unit=0 --speed=@BAUDRATE@ --word=8 --parity=no --stop=1
terminal --timeout=10 serial
default 0
timeout 5
title OpenWrt
root (hd0,0)
kernel /boot/vmlinuz @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8 reboot=bios
boot