blob: de585a65dac35addca0e2beaa69076bb090b2e53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
efiBootLoader: "grub"
kernel: "/boot/vmlinuz-5.15.71-redcore-lts"
img: "/boot/initrd-5.15.71-redcore-lts"
timeout: "10"
grubInstall: "grub2-install"
grubMkconfig: "grub2-mkconfig"
grubCfg: "/boot/grub/grub.cfg"
grubProbe: "grub2-probe"
efiBootMgr: "efibootmgr"
installEFIFallback: true
|