menu.lst 404 B

123456789101112131415
  1. serial --unit=0 --speed=@BAUDRATE@ --word=8 --parity=no --stop=1
  2. terminal --timeout=2 console serial
  3. default 0
  4. timeout 5
  5. title OpenWrt
  6. root (hd0,0)
  7. kernel /boot/vmlinuz @CMDLINE@ noinitrd console=tty0 console=ttyS0,@BAUDRATE@n8 reboot=bios
  8. boot
  9. title OpenWrt (failsafe)
  10. root (hd0,0)
  11. kernel /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd console=tty0 console=ttyS0,@BAUDRATE@n8 reboot=bios
  12. boot