aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/grub-iso.cfg
blob: 3d47a95a4b8209b61c8e0f38165b38b929fdaf08 (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 "OpenWrt" {
	linux /boot/vmlinuz @CMDLINE@ noinitrd
}