aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/grub.cfg
blob: acca036a2e52d5ac89b07f2e78b3f0b8d3b646c8 (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 "LEDE" {
	linux /boot/vmlinuz @CMDLINE@ noinitrd
}
menuentry "LEDE (failsafe)" {
	linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd
}