From 48a5dc815cf3f3df31afa334204c43b6429244a7 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Sun, 5 Jul 2026 19:58:47 +0200 Subject: [PATCH] fix: split basestrap operations to avoid antergos-release / artix-release conflict - Install base + antergos-next-keyring first - try_remove artix-release (catches errors silently) - Then install antergos-release, wallpapers, grub-theme - antergos-release has replaces=artix-release so pacman handles the swap, but try_remove is a safety net --- .../antergos/live-overlay/etc/calamares/modules/basestrap.conf | 3 +++ 1 file changed, 3 insertions(+) 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 2316848..7da9f6e 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares/modules/basestrap.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/basestrap.conf @@ -32,6 +32,9 @@ operations: - install: - base - antergos-next-keyring + - try_remove: + - artix-release + - install: - antergos-release - antergos-wallpapers - antergos-grub-theme