2015-02-03 16:10:40 +01:00
|
|
|
---
|
2015-02-22 05:41:34 +01:00
|
|
|
# Define which bootloader you want to use for EFI installations
|
|
|
|
# Possible options are 'grub' and 'gummiboot'.
|
|
|
|
efiBootLoader: "grub"
|
|
|
|
|
2015-02-03 16:10:40 +01:00
|
|
|
# Gummiboot configuration files settings, set kernel and initramfs file names
|
|
|
|
# and amount of time before default selection boots
|
2015-06-27 01:16:46 +02:00
|
|
|
kernel: "/vmlinuz-nrjQL-desktop"
|
|
|
|
img: "/initrd-nrjQL-desktop.img"
|
|
|
|
fallback: "/initrd-nrjQL-desktop.img"
|
2015-02-22 05:41:34 +01:00
|
|
|
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-06-27 01:16:46 +02:00
|
|
|
bootloaderEntryName: "OpenMandriva Lx"
|
|
|
|
kernelLine: ", with Stable-Kernel"
|
2015-02-22 05:41:34 +01:00
|
|
|
# fallbackKernelLine: ", with Stable-Kernel (fallback initramfs)"
|
2015-02-03 16:10:40 +01:00
|
|
|
|
|
|
|
# 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"
|
2015-02-22 05:41:34 +01:00
|
|
|
# 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-04-22 01:23:41 +02:00
|
|
|
# efiBootloaderId: "openmandriva"
|