mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
15 lines
353 B
INI
15 lines
353 B
INI
|
@SERIAL_CONFIG@
|
||
|
@TERMINAL_CONFIG@
|
||
|
|
||
|
set default="0"
|
||
|
set timeout="@TIMEOUT@"
|
||
|
|
||
|
menuentry "@TITLE@" {
|
||
|
search --set=root --label kernel
|
||
|
linux /efi/openwrt/@KERNEL_NAME@ @GPT_ROOTPART@ @CMDLINE@ noinitrd
|
||
|
}
|
||
|
menuentry "@TITLE@ (failsafe)" {
|
||
|
search --set=root --label kernel
|
||
|
linux /efi/openwrt/@KERNEL_NAME@ failsafe=true @GPT_ROOTPART@ @CMDLINE@ noinitrd
|
||
|
}
|