lede/target/linux/armvirt/image/grub-efi.cfg
2023-04-24 15:02:30 +08:00

15 lines
327 B
INI

@SERIAL_CONFIG@
@TERMINAL_CONFIG@
set default="0"
set timeout="@TIMEOUT@"
menuentry "@TITLE@" {
search --set=root --label kernel
linux /boot/vmlinux @GPT_ROOTPART@ @CMDLINE@ noinitrd
}
menuentry "@TITLE@ (failsafe)" {
search --set=root --label kernel
linux /boot/vmlinux failsafe=true @GPT_ROOTPART@ @CMDLINE@ noinitrd
}