mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
fa69553900
Signed-off-by: John Crispin <blogic@openwrt.org>
14 lines
247 B
INI
14 lines
247 B
INI
@SERIAL_CONFIG@
|
|
@TERMINAL_CONFIG@
|
|
|
|
set default="0"
|
|
set timeout="@TIMEOUT@"
|
|
set root='(hd0,msdos1)'
|
|
|
|
menuentry "LEDE" {
|
|
linux /boot/vmlinuz @CMDLINE@ noinitrd
|
|
}
|
|
menuentry "LEDE (failsafe)" {
|
|
linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd
|
|
}
|