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

set default="0"
set timeout="@TIMEOUT@"
set root='(cd)'

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