From 246fba3efaf0235786e2c72f13ca63e6e585e675 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sun, 7 Sep 2025 20:17:05 +0200 Subject: [PATCH] switch to systemd-boot --- dishes/desktop-hypervisor.cfg | 2 +- dishes/desktop.cfg | 2 +- dishes/live-desktop-hypervisor.cfg | 2 +- dishes/live-desktop.cfg | 2 +- dishes/live-server-hypervisor.cfg | 2 +- dishes/live-server.cfg | 2 +- dishes/virtual-desktop-hypervisor.cfg | 2 +- dishes/virtual-desktop.cfg | 2 +- dishes/virtual-server-hypervisor.cfg | 2 +- dishes/virtual-server.cfg | 2 +- recipes/desktop-hypervisor.cfg | 2 +- recipes/desktop.cfg | 2 +- recipes/live-desktop-hypervisor.cfg | 2 +- recipes/live-desktop.cfg | 2 +- recipes/live-server-hypervisor.cfg | 2 +- recipes/live-server.cfg | 2 +- recipes/virtual-desktop-hypervisor.cfg | 4 ++-- recipes/virtual-desktop.cfg | 2 +- recipes/virtual-nano.cfg | 2 +- recipes/virtual-server-hypervisor.cfg | 2 +- recipes/virtual-server.cfg | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) diff --git a/dishes/desktop-hypervisor.cfg b/dishes/desktop-hypervisor.cfg index 7808561..89bde38 100644 --- a/dishes/desktop-hypervisor.cfg +++ b/dishes/desktop-hypervisor.cfg @@ -29,7 +29,7 @@ url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$rele # X Window System configuration information xconfig --defaultdesktop=GNOME --startxonboot # System bootloader configuration -bootloader --location=mbr --timeout=1 +bootloader --location=mbr --timeout=1 --sdboot # Clear the Master Boot Record zerombr # Partition clearing information diff --git a/dishes/desktop.cfg b/dishes/desktop.cfg index e339646..8606048 100644 --- a/dishes/desktop.cfg +++ b/dishes/desktop.cfg @@ -29,7 +29,7 @@ url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$rele # X Window System configuration information xconfig --defaultdesktop=GNOME --startxonboot # System bootloader configuration -bootloader --location=mbr --timeout=1 +bootloader --location=mbr --timeout=1 --sdboot # Clear the Master Boot Record zerombr # Partition clearing information diff --git a/dishes/live-desktop-hypervisor.cfg b/dishes/live-desktop-hypervisor.cfg index 31b2e37..f209895 100644 --- a/dishes/live-desktop-hypervisor.cfg +++ b/dishes/live-desktop-hypervisor.cfg @@ -27,7 +27,7 @@ url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$rele # X Window System configuration information xconfig --defaultdesktop=GNOME --startxonboot # System bootloader configuration -bootloader --location=none --timeout=1 +bootloader --location=none --timeout=1 --sdboot # Clear the Master Boot Record zerombr # Partition clearing information diff --git a/dishes/live-desktop.cfg b/dishes/live-desktop.cfg index 16b6e0e..acfe7d9 100644 --- a/dishes/live-desktop.cfg +++ b/dishes/live-desktop.cfg @@ -27,7 +27,7 @@ url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$rele # X Window System configuration information xconfig --defaultdesktop=GNOME --startxonboot # System bootloader configuration -bootloader --location=none --timeout=1 +bootloader --location=none --timeout=1 --sdboot # Clear the Master Boot Record zerombr # Partition clearing information diff --git a/dishes/live-server-hypervisor.cfg b/dishes/live-server-hypervisor.cfg index 8e5aaaf..3735d19 100644 --- a/dishes/live-server-hypervisor.cfg +++ b/dishes/live-server-hypervisor.cfg @@ -25,7 +25,7 @@ timezone Europe/Paris --utc # Use network installation url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch" # System bootloader configuration -bootloader --location=none --timeout=1 +bootloader --location=none --timeout=1 --sdboot # Clear the Master Boot Record zerombr # Partition clearing information diff --git a/dishes/live-server.cfg b/dishes/live-server.cfg index 123ee32..78d8eaf 100644 --- a/dishes/live-server.cfg +++ b/dishes/live-server.cfg @@ -25,7 +25,7 @@ timezone Europe/Paris --utc # Use network installation url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch" # System bootloader configuration -bootloader --location=none --timeout=1 +bootloader --location=none --timeout=1 --sdboot # Clear the Master Boot Record zerombr # Partition clearing information diff --git a/dishes/virtual-desktop-hypervisor.cfg b/dishes/virtual-desktop-hypervisor.cfg index 17ac794..3538fdc 100644 --- a/dishes/virtual-desktop-hypervisor.cfg +++ b/dishes/virtual-desktop-hypervisor.cfg @@ -29,7 +29,7 @@ url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$rele # X Window System configuration information xconfig --defaultdesktop=GNOME --startxonboot # System bootloader configuration -bootloader --location=mbr --timeout=1 +bootloader --location=mbr --timeout=1 --sdboot # Clear the Master Boot Record zerombr # Partition clearing information diff --git a/dishes/virtual-desktop.cfg b/dishes/virtual-desktop.cfg index a66dfdb..a7d4e6c 100644 --- a/dishes/virtual-desktop.cfg +++ b/dishes/virtual-desktop.cfg @@ -29,7 +29,7 @@ url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$rele # X Window System configuration information xconfig --defaultdesktop=GNOME --startxonboot # System bootloader configuration -bootloader --location=mbr --timeout=1 +bootloader --location=mbr --timeout=1 --sdboot # Clear the Master Boot Record zerombr # Partition clearing information diff --git a/dishes/virtual-server-hypervisor.cfg b/dishes/virtual-server-hypervisor.cfg index ba30ec5..1d9d41d 100644 --- a/dishes/virtual-server-hypervisor.cfg +++ b/dishes/virtual-server-hypervisor.cfg @@ -27,7 +27,7 @@ timezone Europe/Paris --utc # Use network installation url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch" # System bootloader configuration -bootloader --location=mbr --timeout=1 +bootloader --location=mbr --timeout=1 --sdboot # Clear the Master Boot Record zerombr # Partition clearing information diff --git a/dishes/virtual-server.cfg b/dishes/virtual-server.cfg index aa95634..25649bd 100644 --- a/dishes/virtual-server.cfg +++ b/dishes/virtual-server.cfg @@ -27,7 +27,7 @@ timezone Europe/Paris --utc # Use network installation url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch" # System bootloader configuration -bootloader --location=mbr --timeout=1 +bootloader --location=mbr --timeout=1 --sdboot # Clear the Master Boot Record zerombr # Partition clearing information diff --git a/recipes/desktop-hypervisor.cfg b/recipes/desktop-hypervisor.cfg index eca296a..5046826 100644 --- a/recipes/desktop-hypervisor.cfg +++ b/recipes/desktop-hypervisor.cfg @@ -9,7 +9,7 @@ %include ../ingredients/core.cfg # Text mode %include ../ingredients/core-storage.cfg # ext4-based storage configuration -%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB +%include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot %include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language %include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux %include ../ingredients/core-services.cfg # Required systemd services diff --git a/recipes/desktop.cfg b/recipes/desktop.cfg index 9dd3c19..7888dae 100644 --- a/recipes/desktop.cfg +++ b/recipes/desktop.cfg @@ -9,7 +9,7 @@ %include ../ingredients/core.cfg # Text mode %include ../ingredients/core-storage.cfg # ext4-based storage configuration -%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB +%include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot %include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language %include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux %include ../ingredients/core-services.cfg # Required systemd services diff --git a/recipes/live-desktop-hypervisor.cfg b/recipes/live-desktop-hypervisor.cfg index 9f66193..a6d0a8c 100644 --- a/recipes/live-desktop-hypervisor.cfg +++ b/recipes/live-desktop-hypervisor.cfg @@ -9,7 +9,7 @@ %include ../ingredients/live-core.cfg # For live systems only %include ../ingredients/live-core-storage.cfg # For live systems only -%include ../ingredients/live-core-bootloader-grub.cfg # GNU GRUB for live systems +%include ../ingredients/live-core-bootloader-systemd-boot.cfg # systemd bootloader %include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language %include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux %include ../ingredients/core-services.cfg # Required systemd services diff --git a/recipes/live-desktop.cfg b/recipes/live-desktop.cfg index 6134a7d..f144497 100644 --- a/recipes/live-desktop.cfg +++ b/recipes/live-desktop.cfg @@ -9,7 +9,7 @@ %include ../ingredients/live-core.cfg # For live systems only %include ../ingredients/live-core-storage.cfg # For live systems only -%include ../ingredients/live-core-bootloader-grub.cfg # GNU GRUB for live systems +%include ../ingredients/live-core-bootloader-systemd-boot.cfg # systemd bootloader %include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language %include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux %include ../ingredients/core-services.cfg # Required systemd services diff --git a/recipes/live-server-hypervisor.cfg b/recipes/live-server-hypervisor.cfg index f702688..dfe0cd7 100644 --- a/recipes/live-server-hypervisor.cfg +++ b/recipes/live-server-hypervisor.cfg @@ -9,7 +9,7 @@ %include ../ingredients/live-core.cfg # For live systems only %include ../ingredients/live-core-storage.cfg # For live systems only -%include ../ingredients/live-core-bootloader-grub.cfg # GNU GRUB for live systems +%include ../ingredients/live-core-bootloader-systemd-boot.cfg # systemd bootloader %include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language %include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux %include ../ingredients/core-services.cfg # Required systemd services diff --git a/recipes/live-server.cfg b/recipes/live-server.cfg index 84053ea..dea478d 100644 --- a/recipes/live-server.cfg +++ b/recipes/live-server.cfg @@ -9,7 +9,7 @@ %include ../ingredients/live-core.cfg # For live systems only %include ../ingredients/live-core-storage.cfg # For live systems only -%include ../ingredients/live-core-bootloader-grub.cfg # GNU GRUB for live systems +%include ../ingredients/live-core-bootloader-systemd-boot.cfg # systemd bootloader %include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language %include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux %include ../ingredients/core-services.cfg # Required systemd services diff --git a/recipes/virtual-desktop-hypervisor.cfg b/recipes/virtual-desktop-hypervisor.cfg index 32ad862..df5cde1 100644 --- a/recipes/virtual-desktop-hypervisor.cfg +++ b/recipes/virtual-desktop-hypervisor.cfg @@ -9,7 +9,7 @@ %include ../ingredients/core.cfg # Text mode %include ../ingredients/core-storage.cfg # ext4-based storage configuration -%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB +%include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot %include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language %include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux %include ../ingredients/core-services.cfg # Required systemd services @@ -22,4 +22,4 @@ %include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment %include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager %include ../ingredients/base-hypervisor.cfg # Base hypervisor -%include ../ingredients/base-guest-agents.cfg # Guest agents +%include ../ingredients/base-guest-agents.cfg # Guest agents \ No newline at end of file diff --git a/recipes/virtual-desktop.cfg b/recipes/virtual-desktop.cfg index 40bbf99..64d28f3 100644 --- a/recipes/virtual-desktop.cfg +++ b/recipes/virtual-desktop.cfg @@ -9,7 +9,7 @@ %include ../ingredients/core.cfg # Text mode %include ../ingredients/core-storage.cfg # ext4-based storage configuration -%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB +%include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot %include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language %include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux %include ../ingredients/core-services.cfg # Required systemd services diff --git a/recipes/virtual-nano.cfg b/recipes/virtual-nano.cfg index 7cf25b4..0671e8d 100644 --- a/recipes/virtual-nano.cfg +++ b/recipes/virtual-nano.cfg @@ -9,7 +9,7 @@ %include ../ingredients/core.cfg # Text mode %include ../ingredients/core-storage.cfg # ext4-based storage configuration -%include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot +%include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot %include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language %include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux %include ../ingredients/core-services.cfg # Required systemd services diff --git a/recipes/virtual-server-hypervisor.cfg b/recipes/virtual-server-hypervisor.cfg index 39d8deb..cd4a302 100644 --- a/recipes/virtual-server-hypervisor.cfg +++ b/recipes/virtual-server-hypervisor.cfg @@ -9,7 +9,7 @@ %include ../ingredients/core.cfg # Text mode %include ../ingredients/core-storage.cfg # ext4-based storage configuration -%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB +%include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot %include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language %include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux %include ../ingredients/core-services.cfg # Required systemd services diff --git a/recipes/virtual-server.cfg b/recipes/virtual-server.cfg index 5167ee4..1f9b9e1 100644 --- a/recipes/virtual-server.cfg +++ b/recipes/virtual-server.cfg @@ -9,7 +9,7 @@ %include ../ingredients/core.cfg # Text mode %include ../ingredients/core-storage.cfg # ext4-based storage configuration -%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB +%include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot %include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language %include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux %include ../ingredients/core-services.cfg # Required systemd services