blob: 5d128aa3aab17ec4df050479dea16e51a5d9783b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@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
}
|