aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/grub-iso.cfg
blob: 9c59bdf6d49e797ccecc310da08172d84aadf954 (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 @CMDLINE@ noinitrd
}