19 lines
480 B
INI
19 lines
480 B
INI
|
|
if loadfont /boot/grub/font.pf2 ; then
|
|
set gfxmode=auto
|
|
insmod efi_gop
|
|
insmod efi_uga
|
|
insmod gfxterm
|
|
terminal_output gfxterm
|
|
fi
|
|
|
|
set menu_color_normal=white/black
|
|
set menu_color_highlight=black/light-gray
|
|
set timeout=0
|
|
|
|
menuentry "Demarrer ou installer Linux Mint 20.1 MATE 64-bit LIS67" --class linuxmint {
|
|
set gfxpayload=keep
|
|
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
|
|
initrd /casper/initrd.lz
|
|
}
|