From 874fdc233e47e9f80aee3052e29ecd35e73c03fa Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Fri, 3 Jul 2026 00:12:35 +0200 Subject: [PATCH] fix: remove antergos-release from Default group (not yet in repo) antergos-release PKGBUILD exists but the package was never built and deployed to the GitHub Pages repo. The packages module tried to install it and pacman returned error code 1 (package not found). Remove it until the CI builds and deploys it. Also remove try_remove: artix-release from basestrap since it's not needed without antergos-release in the Default group. --- .../live-overlay/etc/calamares-online/modules/netinstall.yaml | 1 - .../antergos/live-overlay/etc/calamares/modules/basestrap.conf | 2 -- .../antergos/live-overlay/etc/calamares/modules/netinstall.yaml | 1 - 3 files changed, 4 deletions(-) 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 cc05caa..6cb716a 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,7 +10,6 @@ - grub - efibootmgr - sudo - - antergos-release - antergos-next-keyring - antergos-wallpapers - antergos-grub-theme diff --git a/iso-profiles/antergos/live-overlay/etc/calamares/modules/basestrap.conf b/iso-profiles/antergos/live-overlay/etc/calamares/modules/basestrap.conf index 746f3fa..4fdee60 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares/modules/basestrap.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/basestrap.conf @@ -32,5 +32,3 @@ operations: - install: - base - antergos-next-keyring - - try_remove: - - artix-release 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 efd9f53..a8dca0c 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml @@ -10,7 +10,6 @@ - grub - efibootmgr - sudo - - antergos-release - antergos-next-keyring - antergos-wallpapers - antergos-grub-theme