sunxi: move KERNEL_LOADADDR into subtargets
[openwrt/openwrt.git] / target / linux / x86 / image / grub-iso.cfg
1 @SERIAL_CONFIG@
2 @TERMINAL_CONFIG@
3
4 set default="0"
5 set timeout="@TIMEOUT@"
6
7 if [ "${grub_platform}" = "efi" ]; then
8 set root='(cd0)'
9 else
10 set root='(cd)'
11 fi
12
13 menuentry "@TITLE@" {
14 linux /boot/vmlinuz root=/dev/sr0 rootfstype=iso9660 rootwait @CMDLINE@ noinitrd
15 }