3d47a95a4b8209b61c8e0f38165b38b929fdaf08
[openwrt.git] / grub-iso.cfg
1 @SERIAL_CONFIG@
2 @TERMINAL_CONFIG@
3
4 set default="0"
5 set timeout="@TIMEOUT@"
6 set root='(cd)'
7
8 menuentry "OpenWrt" {
9         linux /boot/vmlinuz @CMDLINE@ noinitrd
10 }