ci: build live ISO with livemedia-creator; add live-desktop recipe
build-iso / validate (push) Successful in 12s
ci / cook (push) Successful in 13s
build-iso / build-iso (push) Successful in 25m11s

This commit is contained in:
Lukas Greve
2026-09-19 17:53:06 +02:00
parent bb23fed54a
commit 35d8879bcc
4 changed files with 31 additions and 5 deletions
+8 -1
View File
@@ -36,6 +36,7 @@ choices:
standard: storage/standard.ks
encrypted: storage/encrypted.ks
biosboot: storage/biosboot.ks
livefs: live/core/storage.ks
bootloader:
grub: bootloader/grub.ks
systemd-boot: bootloader/systemd-boot.ks
@@ -71,4 +72,10 @@ features:
intelcpu: hypervisor/intelcpu.ks
intelgpu: hypervisor/intelgpu.ks
hardware-support: packages/hardware-support.ks
guest-agents: guest-agents/base.ks
guest-agents: guest-agents/base.ks
live:
true:
- live/core/base.ks
- live/core/packages.ks
- live/post/base.ks
- live/post/session.ks
+11 -1
View File
@@ -58,4 +58,14 @@ recipes:
hardware-support: true
guest-agents: false
hypervisor: desktop
hypervisor_type: intelcpu
hypervisor_type: intelcpu
# Live desktop ISO variants (built with livemedia-creator --make-iso)
- name: live-desktop
variants:
- repository: "44"
desktop: gnome
storage: livefs
bootloader: grub
guest-agents: true
live: true