openwrtv3/target/linux/x86/image/grub-iso.cfg
John Crispin fa69553900 branding: add LEDE branding
Signed-off-by: John Crispin <blogic@openwrt.org>
2016-03-24 22:40:13 +01:00

10 lines
153 B
INI

@SERIAL_CONFIG@
@TERMINAL_CONFIG@
set default="0"
set timeout="@TIMEOUT@"
set root='(cd)'
menuentry "LEDE" {
linux /boot/vmlinuz @CMDLINE@ noinitrd
}