calamares-parch/etc/calamares/modules/bootloader.conf
Sohrab Behdani 2bf3336c01 Update 4 files
- /etc/calamares/modules/bootloader.conf
- /etc/calamares/modules/mount.conf
- /etc/calamares/modules/partition.conf
- /etc/calamares/modules/users.conf
2024-12-09 07:19:37 +00:00

24 lines
No EOL
655 B
Text

# Possible options are 'grub', 'sb-shim' and 'systemd-boot'.
efiBootLoader: "systemd-boot"
kernelSearchPath: "/usr/lib/modules"
#kernelName: "vmlinuz"
kernelPattern: "^vmlinuz.*"
timeout: "10"
# systemd-boot and refind support custom kernel params
kernelParams: [ "nvme_load=YES","nowatchdog","quiet" ]
refindKernelList: [ "linux","linux-lts","linux-zen","linux-hardened" ]
grubInstall: "grub-install"
grubMkconfig: "grub-mkconfig"
grubCfg: "/boot/grub/grub.cfg"
grubProbe: "grub-probe"
efiBootMgr: "efibootmgr"
efiBootloaderId: "parchlinux"
installEFIFallback: false
loaderEntries:
- "timeout 5"
- "console-mode auto"
- "reboot-for-bitlocker 1"