condor-calamares-config/calamares/modules/bootloader.conf
2024-10-13 16:50:53 -05:00

17 lines
458 B
Plaintext

efiBootLoader: "grub"
kernelSearchPath: "/usr/lib/modules"
kernelPattern: "^vmlinuz.*"
loaderEntries:
- "timeout 5"
- "console-mode keep"
kernelParams: [ "quiet","nowatchdog" ]
refindKernelList: [ "linux","linux-lts","linux-zen","linux-hardened","linux-rt","linux-rt-lts","linux-xanmod" ]
grubInstall: "grub-install"
grubMkconfig: "grub-mkconfig"
grubCfg: "/boot/grub/grub.cfg"
grubProbe: "grub-probe"
efiBootMgr: "efibootmgr"
installEFIFallback: true