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