feat: enable Fedora 44 hypervisor recipe with systemd-boot

- uncomment the hypervisor recipe, targeting Fedora 44 with
  systemd-boot, hardware-support and the intelcpu variant
- make intelcpu.ks bootloader-aware: with systemd-boot kernel
  arguments must go to /etc/kernel/cmdline, not /etc/default/grub
This commit is contained in:
Lukas Greve
2026-09-10 13:14:03 +02:00
parent cdda0a57a3
commit 698c7679be
2 changed files with 15 additions and 11 deletions
+10 -10
View File
@@ -36,16 +36,16 @@ recipes:
guest-agents: true
initial-setup: server
# # Hypervisor variants
# - name: hypervisor
# variants:
# - repository: 43
# storage: standard
# bootloader: grub
# hardware-support: true
# guest-agents: false
# hypervisor: base
# hypervisor_type: ["amdcpu", "intelcpu"]
# Hypervisor variants
- name: hypervisor
variants:
- repository: ["44"]
storage: standard
bootloader: systemd-boot
hardware-support: true
guest-agents: false
hypervisor: base
hypervisor_type: intelcpu
#
# # Desktop-hypervisor variants
# - name: desktop-hypervisor