mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
13 lines
284 B
INI
13 lines
284 B
INI
@SERIAL_CONFIG@
|
|
@TERMINAL_CONFIG@
|
|
|
|
set default="0"
|
|
set timeout="@TIMEOUT@"
|
|
search -l kernel -s root
|
|
|
|
menuentry "@TITLE@" {
|
|
linux /boot/vmlinuz @GPT_ROOTPART@ @CMDLINE@ noinitrd
|
|
}
|
|
menuentry "@TITLE@ (failsafe)" {
|
|
linux /boot/vmlinuz failsafe=true @GPT_ROOTPART@ @CMDLINE@ noinitrd
|
|
}
|