8ead5a735d
This reverts commit a822283c7e
.
Signed-off-by: John Crispin <john@phrozen.org>
13 lines
230 B
INI
13 lines
230 B
INI
@SERIAL_CONFIG@
|
|
@TERMINAL_CONFIG@
|
|
|
|
set default="0"
|
|
set timeout="@TIMEOUT@"
|
|
set root='(cd)'
|
|
|
|
menuentry "@TITLE@" {
|
|
linux /boot/vmlinuz @CMDLINE@ noinitrd
|
|
if [ -s /boot/intel-ucode.img ]; then
|
|
initrd /boot/intel-ucode.img
|
|
fi
|
|
}
|