From 0bd41af05bfb0686682534bed25dfa23e86b7c99 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Thu, 2 Jul 2026 20:09:25 +0200 Subject: [PATCH] add packages.conf with pacman backend (was falling back to dummy) --- .../live-overlay/etc/calamares/modules/packages.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 iso-profiles/antergos/live-overlay/etc/calamares/modules/packages.conf diff --git a/iso-profiles/antergos/live-overlay/etc/calamares/modules/packages.conf b/iso-profiles/antergos/live-overlay/etc/calamares/modules/packages.conf new file mode 100644 index 0000000..b5a2488 --- /dev/null +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/packages.conf @@ -0,0 +1,6 @@ +backend: pacman +operations: + - install + - remove + - update +update_db: true