2012-10-07 23:01:52 +00:00
|
|
|
@SERIAL_CONFIG@
|
|
|
|
@TERMINAL_CONFIG@
|
|
|
|
|
|
|
|
set default="0"
|
|
|
|
set timeout="@TIMEOUT@"
|
|
|
|
set root='(cd)'
|
|
|
|
|
2018-06-05 13:47:05 +00:00
|
|
|
menuentry "@TITLE@" {
|
2012-10-09 15:20:11 +00:00
|
|
|
linux /boot/vmlinuz @CMDLINE@ noinitrd
|
2018-11-20 16:20:43 +00:00
|
|
|
if [ -s /boot/intel-ucode.img ]; then
|
|
|
|
initrd /boot/intel-ucode.img
|
|
|
|
fi
|
2012-10-07 23:01:52 +00:00
|
|
|
}
|