From 2cab8e8b1e5714efe987eeb10f0c047c685fa80d Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Fri, 3 Jul 2026 00:28:01 +0200 Subject: [PATCH] fix: add antergos-release to CI packages.yaml and Default group antergos-release was missing from packages.yaml so the CI never built it, causing error code 1 when the packages module tried to install it. Now re-added to both CI config and Default netinstall group. --- .../live-overlay/etc/calamares-online/modules/netinstall.yaml | 1 + .../antergos/live-overlay/etc/calamares/modules/netinstall.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/netinstall.yaml b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/netinstall.yaml index 6cb716a..cc05caa 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/netinstall.yaml +++ b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/netinstall.yaml @@ -10,6 +10,7 @@ - grub - efibootmgr - sudo + - antergos-release - antergos-next-keyring - antergos-wallpapers - antergos-grub-theme diff --git a/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml b/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml index a8dca0c..efd9f53 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml @@ -10,6 +10,7 @@ - grub - efibootmgr - sudo + - antergos-release - antergos-next-keyring - antergos-wallpapers - antergos-grub-theme