blob: 5af1e955b3b1e85ac0c9523ddd392cde3afba650 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@SERIAL_CONFIG@
@TERMINAL_CONFIG@
default 0
timeout @TIMEOUT@
title OpenWrt
root (hd0,0)
kernel /boot/vmlinuz @CMDLINE@ noinitrd reboot=bios
boot
title OpenWrt (failsafe)
root (hd0,0)
kernel /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd reboot=bios
boot
|