oginstaller/graf_installer/calamares/modules/bootloader.conf

18 lines
332 B
Plaintext

---
efiBootLoader: "grub"
kernelSearchPath: "/boot/"
kernelInstallPath: "/boot/"
kernelPattern: "^vmlinuz.*"
loaderEntries:
- "timeout 5"
- "console-mode keep"
kernelParams: [ "quiet" ]
grubInstall: "grub-install"
grubMkconfig: "grub-mkconfig"
grubCfg: "/boot/grub/grub.cfg"
grubProbe: "grub-probe"
efiBootMgr: "efibootmgr"