18 lines
604 B
Plaintext
18 lines
604 B
Plaintext
|
---
|
||
|
# Gummiboot configuration files settings, set kernel and initramfs file names
|
||
|
# and amount of time before default selection boots
|
||
|
# Optionally set the menu entry name to use in Gummiboot. If not specified here,
|
||
|
# this setting will be taken from branding.desc.
|
||
|
# bootloaderEntryName: KaOS-kf5
|
||
|
kernel: /vmlinuz-linux
|
||
|
img: /initramfs-linux.img
|
||
|
fallback: /initramfs-linux-fallback.img
|
||
|
|
||
|
timeout: 10
|
||
|
|
||
|
# GRUB 2 binary names and boot directory
|
||
|
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
|
||
|
grubInstall: "grub-install"
|
||
|
grubMkconfig: "grub-mkconfig"
|
||
|
grubCfg: "/boot/grub/grub.cfg"
|