summaryrefslogtreecommitdiff
path: root/app-misc/calamares-config-kogaion/files/modules/bootloader.conf
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/calamares-config-kogaion/files/modules/bootloader.conf')
-rw-r--r--app-misc/calamares-config-kogaion/files/modules/bootloader.conf26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-misc/calamares-config-kogaion/files/modules/bootloader.conf b/app-misc/calamares-config-kogaion/files/modules/bootloader.conf
deleted file mode 100644
index 57c162da..00000000
--- a/app-misc/calamares-config-kogaion/files/modules/bootloader.conf
+++ /dev/null
@@ -1,26 +0,0 @@
----
-# Define which bootloader you want to use for EFI installations
-# Possible options are 'grub' and 'systemd-boot'.
-efiBootLoader: "grub"
-
-# systemd-boot configuration files settings, set kernel and initramfs file names
-# and amount of time before default selection boots
-kernel: "/boot/kernel-genkernel-x86_64-4.4.4-kogaion"
-img: "/boot/initramfs-genkernel-x86_64-4.4.4-kogaion"
-timeout: "10"
-# Optionally set the menu entry name and kernel name to use in systemd-boot.
-# 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/grub/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"