diff options
-rw-r--r-- | data/live-build-config/archives/buster-backports.pref.chroot | 3 | ||||
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
2 files changed, 4 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 new file mode 100644 index 00000000..4aa122ee --- /dev/null +++ b/data/live-build-config/archives/buster-backports.pref.chroot @@ -0,0 +1,3 @@ +Package: sshguard +Pin: release n=buster-backports +Pin-Priority: 600 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 6fdf3565..fbe2abde 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 @@ -9,6 +9,7 @@ systemctl disable pmacctd.service systemctl disable sfacctd.service systemctl disable uacctd.service systemctl disable ssh.service +systemctl disable sshguard.service systemctl disable openvpn.service systemctl disable lldpd.service systemctl disable LCDd.service |