2012-10-07 23:01:52 +00:00
|
|
|
@SERIAL_CONFIG@
|
|
|
|
@TERMINAL_CONFIG@
|
|
|
|
|
|
|
|
set default="0"
|
|
|
|
set timeout="@TIMEOUT@"
|
2020-03-26 06:05:33 +00:00
|
|
|
|
|
|
|
if [ "${grub_platform}" = "efi" ]; then
|
|
|
|
set root='(cd0)'
|
|
|
|
else
|
|
|
|
set root='(cd)'
|
|
|
|
fi
|
2012-10-07 23:01:52 +00:00
|
|
|
|
2018-06-05 13:47:05 +00:00
|
|
|
menuentry "@TITLE@" {
|
2020-03-20 10:10:55 +00:00
|
|
|
linux /boot/vmlinuz root=/dev/sr0 rootfstype=iso9660 rootwait @CMDLINE@ noinitrd
|
2012-10-07 23:01:52 +00:00
|
|
|
}
|