fix: add missing dinit service packages for live environment
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/<name>. 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
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user