aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/grub-efi.cfg
blob: bbb31f7747b0fb8872a12898bc9166d5e794bab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@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
}