summaryrefslogtreecommitdiff
path: root/app-misc/calamares-config-redcore/files/modules/bootloader.conf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-11-06 11:36:56 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-11-06 11:36:56 +0000
commit2315da16b798197c06be56305dfdbff4ff7321b8 (patch)
tree7f6dd3c715fd9c93d880b244d5f1217961c94e66 /app-misc/calamares-config-redcore/files/modules/bootloader.conf
parentcdabcd433150ebbfc3593bb6d7b0c571cabf02f5 (diff)
calamares config && runtime done
Diffstat (limited to 'app-misc/calamares-config-redcore/files/modules/bootloader.conf')
-rw-r--r--app-misc/calamares-config-redcore/files/modules/bootloader.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/app-misc/calamares-config-redcore/files/modules/bootloader.conf b/app-misc/calamares-config-redcore/files/modules/bootloader.conf
new file mode 100644
index 00000000..62493e2e
--- /dev/null
+++ b/app-misc/calamares-config-redcore/files/modules/bootloader.conf
@@ -0,0 +1,26 @@
+---
+# 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.8.5-redcore"
+img: "/boot/initramfs-genkernel-x86_64-4.8.5-redcore"
+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"