diff options
Diffstat (limited to 'data/live-build-config')
-rw-r--r-- | data/live-build-config/archives/buster-backports.pref.chroot | 8 | ||||
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/data/live-build-config/archives/buster-backports.pref.chroot b/data/live-build-config/archives/buster-backports.pref.chroot index 92338d85..eea85202 100644 --- a/data/live-build-config/archives/buster-backports.pref.chroot +++ b/data/live-build-config/archives/buster-backports.pref.chroot @@ -10,6 +10,14 @@ Package: libnftnl11 Pin: release n=buster-backports Pin-Priority: 600 +Package: conserver-server +Pin: release n=buster-backports +Pin-Priority: 600 + +Package: conserver-client +Pin: release n=buster-backports +Pin-Priority: 600 + Package: * Pin: release n=buster-backports 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 c4ab11c6..cb84d442 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 @@ -39,6 +39,8 @@ systemctl disable live-tools.service systemctl disable wide-dhcpv6-client.service systemctl disable lm-sensors.service systemctl disable snmpd.service +systemctl disable conserver-server.service +systemctl disable dropbear.service echo I: Enabling services systemctl enable ssh-session-cleanup.service |