From 2283ff21315b45590362b940788f2ed5045d4a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Mon, 6 Jul 2026 21:41:48 +0200 Subject: [PATCH] fix: add missing dinit service packages for live environment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add_svc_dinit() in services.sh creates boot.d symlinks for each service listed in live-session: services: — but only if the service file exists at /etc/dinit.d/. Without the -dinit packages installed in the livefs, all services were silently skipped and the display manager never started. Add acpid-dinit, bluez-dinit, cronie-dinit, cups-dinit, networkmanager-dinit, power-profiles-daemon-dinit, sddm-dinit, syslog-ng-dinit, dbus-dinit, pipewire-dinit, wireplumber-dinit --- iso-profiles/antergos/profile.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/iso-profiles/antergos/profile.yaml b/iso-profiles/antergos/profile.yaml index 2611130..9b263f4 100644 --- a/iso-profiles/antergos/profile.yaml +++ b/iso-profiles/antergos/profile.yaml @@ -96,6 +96,17 @@ livefs: packages-init: dinit: - antergos-live-dinit + - acpid-dinit + - bluez-dinit + - cronie-dinit + - cups-dinit + - networkmanager-dinit + - power-profiles-daemon-dinit + - sddm-dinit + - syslog-ng-dinit + - dbus-dinit + - pipewire-dinit + - wireplumber-dinit openrc: - antergos-live-openrc runit: