From fb9454b07a52219fb66ac37d5648f04a72614d38 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 20 Aug 2021 19:22:53 -0400 Subject: alsvid3: Ensure systemd is never installed --- diff --git a/hosts/alsvid3/conf b/hosts/alsvid3/conf index 8a98b9e..0516cd4 100644 --- a/hosts/alsvid3/conf +++ b/hosts/alsvid3/conf @@ -31,6 +31,11 @@ apt_sources=' deb http://deb.debian.org/debian-debug bullseye-debug main contrib deb http://deb.debian.org/debian-debug bullseye-backports-debug main contrib ' +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