From 8a6a97559db309200a4b2b3b63192b448ef1861c Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sat, 5 Sep 2026 13:51:16 +0200 Subject: [PATCH] feat: enable Fedora 44 server variant with systemd-boot - re-enable the commented-out server recipe group - repository: Fedora 44 only (was 43/rawhide) - bootloader: systemd-boot (was grub) - explicit initial-setup: server choice - yields dish server_44_standard_systemd-boot_server_guest-agents.cfg --- cook/recipes_manifest.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/cook/recipes_manifest.yaml b/cook/recipes_manifest.yaml index 2fb7b84..b5c634d 100644 --- a/cook/recipes_manifest.yaml +++ b/cook/recipes_manifest.yaml @@ -26,15 +26,16 @@ recipes: hardware-support: [true, false] guest-agents: [true, false] -# # Server variants -# - name: server -# variants: -# - repository: ["43", "rawhide"] -# storage: standard -# bootloader: grub -# hardware-support: false -# guest-agents: true -# + # Server variants + - name: server + variants: + - repository: ["44"] + storage: standard + bootloader: systemd-boot + hardware-support: false + guest-agents: true + initial-setup: server + # # Hypervisor variants # - name: hypervisor # variants: