diff options
-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 | ||||
-rwxr-xr-x | scripts/live-build-config | 1 |
3 files changed, 11 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 diff --git a/scripts/live-build-config b/scripts/live-build-config index 6309c9c0..5c83e21a 100755 --- a/scripts/live-build-config +++ b/scripts/live-build-config @@ -57,6 +57,7 @@ lb config noauto \ --firmware-binary false \ --updates true \ --security true \ + --backports true \ --apt-recommends false \ --apt-options "--yes -oAPT::Default-Release="current" -oAPT::Get::allow-downgrades=true" \ --apt-indices false |