2006-10-08 23:48:56 +08:00
|
|
|
serial --unit=0 --speed=@BAUDRATE@ --word=8 --parity=no --stop=1
|
2007-09-17 05:03:04 +08:00
|
|
|
terminal --timeout=2 console serial
|
2006-10-08 23:48:56 +08:00
|
|
|
|
|
|
|
default 0
|
|
|
|
timeout 5
|
|
|
|
|
|
|
|
title OpenWrt
|
|
|
|
root (hd0,0)
|
2007-03-07 03:13:40 +08:00
|
|
|
kernel /boot/vmlinuz @CMDLINE@ noinitrd console=tty0 console=ttyS0,@BAUDRATE@n8 reboot=bios
|
2006-10-08 23:48:56 +08:00
|
|
|
boot
|
|
|
|
|
2007-03-04 06:32:13 +08:00
|
|
|
title OpenWrt (failsafe)
|
|
|
|
root (hd0,0)
|
2007-03-07 03:13:40 +08:00
|
|
|
kernel /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd console=tty0 console=ttyS0,@BAUDRATE@n8 reboot=bios
|
2007-03-04 06:32:13 +08:00
|
|
|
boot
|