diff options
Diffstat (limited to 'data/live-build-config')
-rw-r--r-- | data/live-build-config/archives/trixie.pref.chroot | 4 | ||||
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/data/live-build-config/archives/trixie.pref.chroot b/data/live-build-config/archives/trixie.pref.chroot index a7d8b0ea..a976413d 100644 --- a/data/live-build-config/archives/trixie.pref.chroot +++ b/data/live-build-config/archives/trixie.pref.chroot @@ -6,6 +6,10 @@ Package: netavark Pin: release n=trixie Pin-Priority: 900 +Package: libgpgme11t64 +Pin: release n=trixie +Pin-Priority: 900 + Package: * Pin: release n=trixie Pin-Priority: -10 diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot index aa02a7c1..0732e597 100755 --- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot @@ -60,7 +60,6 @@ systemctl disable atop-rotate.timer systemctl disable ModemManager.service systemctl disable dnsdist.service systemctl disable haproxy.service -systemctl disable miniupnpd.service systemctl disable owamp-server.service systemctl disable twamp-server.service systemctl disable podman-auto-update.service |