mirror of
https://abf.rosa.ru/djam/calamares.git
synced 2025-02-23 15:42:49 +00:00
28 lines
1.2 KiB
Text
28 lines
1.2 KiB
Text
---
|
|
# 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
|
|
kernel: "/vmlinuz-linux"
|
|
img: "/initramfs-linux.img"
|
|
fallback: "/initramfs-linux-fallback.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.
|
|
# bootloaderEntryName: "Generic GNU/Linux"
|
|
# kernelLine: ", with Stable-Kernel"
|
|
# fallbackKernelLine: ", with Stable-Kernel (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"
|
|
efiBootloaderId: "openmandriva"
|