From 3c4b49f0f2469d481841dcea5ff67e8b14b9b9dd Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 14 Oct 2021 18:08:14 -0400 Subject: print1: Ensure systemd is never installed --- diff --git a/hosts/print1/conf b/hosts/print1/conf index 016c20d..1881bf7 100644 --- a/hosts/print1/conf +++ b/hosts/print1/conf @@ -24,6 +24,11 @@ apt_sources=' deb http://security.debian.org/debian-security bullseye/updates main deb-src http://security.debian.org/debian-security bullseye/updates main ' +apt_preferences=' + Package: systemd* + Pin: release * + Pin-Priority: -1 + ' locale='en_US' supported_locales='en_US.UTF-8 en_DK.UTF-8' -- cgit v0.9.1