summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/grub.cfg
blob: f1a577cdd7ca418f9b822efbebc2b2ac27d46e32 (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='(hd0,msdos1)'

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