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