The three /etc writes (resolved.conf.d drop-in, nsswitch.conf override, cups-browsed.conf override) now ship via omarchy-settings. The service enables stay scripted because they need chrootable_systemctl_enable to work both inside the ISO chroot and on a live system.
10 lines
507 B
Bash
10 lines
507 B
Bash
# Printer config files now ship via omarchy-settings:
|
|
# - etc/systemd/resolved.conf.d/10-disable-multicast.conf (package-owned drop-in)
|
|
# - etc/nsswitch.conf (etc-overrides, replaces the previous in-place sed)
|
|
# - etc/cups/cups-browsed.conf (etc-overrides, replaces the previous append)
|
|
#
|
|
# This script only handles service enables, which the configurator path needs.
|
|
chrootable_systemctl_enable cups.service
|
|
chrootable_systemctl_enable avahi-daemon.service
|
|
chrootable_systemctl_enable cups-browsed.service
|