summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/grub-iso.cfg
blob: 4d5d697abaf4816c2cb49690c15b91cfefb13d00 (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 reboot=bios
}