This repository has been archived on 2023-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
lis67-iso-builder/grub/grub.cfg

19 lines
463 B
INI
Raw Permalink Normal View History

2021-01-22 16:45:43 +01:00
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
2022-09-13 22:29:37 +02:00
menuentry "Demarrer ou installer Linux Mint LIS67" --class linuxmint {
2021-01-22 16:45:43 +01:00
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
initrd /casper/initrd.lz
}