aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/grub.cfg
blob: dedfa0a6367524e51e24f1128a3b7786ed1cba3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@SERIAL_CONFIG@
@TERMINAL_CONFIG@

set default="0"
set timeout="@TIMEOUT@"
set root='(@ROOT@)'

menuentry "@TITLE@" {
	linux /boot/vmlinuz @CMDLINE@ noinitrd
}
menuentry "@TITLE@ (failsafe)" {
	linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd
}