aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/grub-iso.cfg
blob: 32ee687c688338f63625fec7cd4a5343e0763928 (plain)
1
2
3
4
5
6
7
8
9
10
@SERIAL_CONFIG@
@TERMINAL_CONFIG@

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

menuentry "LEDE" {
	linux /boot/vmlinuz @CMDLINE@ noinitrd
}