calamares/rosa-bootloader.conf

29 lines
1.2 KiB
Text
Raw Permalink Normal View History

---
# Define which bootloader you want to use for EFI installations
# Possible options are 'grub' and 'gummiboot'.
efiBootLoader: "grub"
# Gummiboot configuration files settings, set kernel and initramfs file names
# and amount of time before default selection boots
2015-10-20 23:07:42 +10:00
kernel: "/vmlinuz-desktop"
img: "/initrd-desktop.img"
fallback: "/initrd-desktop.img"
timeout: "10"
# Optionally set the menu entry name and kernel name to use in Gummiboot.
# If not specified here, these settings will be taken from branding.desc.
2015-10-20 23:07:42 +10:00
bootloaderEntryName: "ROSA Desktop Fresh"
kernelLine: ""
# fallbackKernelLine: "(fallback initramfs)"
# GRUB 2 binary names and boot directory
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
grubInstall: "grub2-install"
grubMkconfig: "grub2-mkconfig"
grubCfg: "/boot/grub2/grub.cfg"
# Optionally set the --bootloader-id to use for EFI. If not set, this defaults
# to the bootloaderEntryName from branding.desc with problematic characters
# replaced. If an efiBootloaderId is specified here, it is taken to already be a
# valid directory name, so no such postprocessing is done in this case.
# efiBootloaderId: "dirname"
2015-10-20 23:07:42 +10:00
# efiBootloaderId: "rosa"