From cca00d3c2550fd70a7343a304890cdde3cfade6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Sun, 9 Aug 2026 21:19:10 +0200 Subject: [PATCH] fix(netinstall): add ntp-dinit to Init Services, ship patched calamares Fixes #14 - online install had no KDE session because two packagechooser netinstall-add instances clobbered each other's groups. That root cause is fixed in the calamares package (calamares 3.4.2-9, packages repo 8ed1a6e, CALAMARES_VERSION 3.4.2-w0k3); this rebuild pulls it into the ISO. Also add ntp-dinit to Init Services in both netinstall.yaml copies so the installed system has the NTP service (pairs with ntpd already enabled in services-artix.conf, relates to #13). --- .../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 4e1f203..5f814fa 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 @@ -80,6 +80,7 @@ - dhcpcd-dinit - syslog-ng-dinit - power-profiles-daemon-dinit + - ntp-dinit - name: "Utilities" description: "System Utilities" 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 1734bf6..7d23f7d 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml @@ -80,6 +80,7 @@ - dhcpcd-dinit - syslog-ng-dinit - power-profiles-daemon-dinit + - ntp-dinit - name: "Utilities" description: "System Utilities"