calamares: fix bootloader configuration
This commit is contained in:
parent
44c729c5a1
commit
339931e299
@ -1,17 +1,27 @@
|
|||||||
---
|
---
|
||||||
# Gummiboot configuration files settings, set kernel and initramfs file names
|
# Define which bootloader you want to use for EFI installations
|
||||||
# and amount of time before default selection boots
|
# Possible options are 'grub' and 'systemd-boot'.
|
||||||
# Optionally set the menu entry name to use in Gummiboot. If not specified here,
|
efiBootLoader: "grub"
|
||||||
# this setting will be taken from branding.desc.
|
|
||||||
# bootloaderEntryName: KaOS-kf5
|
|
||||||
kernel: /vmlinuz-linux
|
|
||||||
img: /initramfs-linux.img
|
|
||||||
fallback: /initramfs-linux-fallback.img
|
|
||||||
|
|
||||||
timeout: 10
|
# systemd-boot configuration files settings, set kernel and initramfs file names
|
||||||
|
# and amount of time before default selection boots
|
||||||
|
kernel: "/vmlinuz"
|
||||||
|
img: "/initramfs.img"
|
||||||
|
fallback: "/initramfs-failsafe.img"
|
||||||
|
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
|
# GRUB 2 binary names and boot directory
|
||||||
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
|
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
|
||||||
grubInstall: "grub-install"
|
grubInstall: "grub-install"
|
||||||
grubMkconfig: "grub-mkconfig"
|
grubMkconfig: "grub-mkconfig"
|
||||||
grubCfg: "/boot/grub/grub.cfg"
|
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"
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
# GRUB 2 binary names and boot directory
|
|
||||||
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
|
|
||||||
grubInstall: "grub-install"
|
|
||||||
grubMkconfig: "grub-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"
|
|
@ -50,10 +50,9 @@ install:
|
|||||||
- services
|
- services
|
||||||
- dracut
|
- dracut
|
||||||
#- initramfs
|
#- initramfs
|
||||||
- grubcfg
|
|
||||||
- grub
|
|
||||||
- packages
|
- packages
|
||||||
#- bootloader
|
- grubcfg
|
||||||
|
- bootloader
|
||||||
- openmamba-postinstall
|
- openmamba-postinstall
|
||||||
- umount
|
- umount
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user