aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/grub-iso.cfg
blob: 4bef492a414d6993112a7bcb5a151bcba5eb30ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@SERIAL_CONFIG@
@TERMINAL_CONFIG@

set default="0"
set timeout="@TIMEOUT@"

if [ "${grub_platform}" = "efi" ]; then
    set root='(cd0)'
else
    set root='(cd)'
fi

menuentry "@TITLE@" {
	linux /boot/vmlinuz root=/dev/sr0 rootfstype=iso9660 rootwait @CMDLINE@ noinitrd
}