f5848b3853487e5802dd7db0b7abdaf972e265d9
[openwrt/staging/mkresin.git] / target / linux / x86 / image / 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 "@TITLE@" {
9 linux /boot/vmlinuz root=/dev/sr0 rootfstype=iso9660 rootwait @CMDLINE@ noinitrd
10 }