summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-08-20 19:22:53 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-08-20 19:22:53 (EDT)
commitfb9454b07a52219fb66ac37d5648f04a72614d38 (patch)
treefecbc8e77a921609d1d8515569406c5d79e1d1f8
parentd0c6b6cf8d4576ed91e4dd94aa6d4dd1fcd33212 (diff)
downloadpc-inst-fb9454b07a52219fb66ac37d5648f04a72614d38.zip
pc-inst-fb9454b07a52219fb66ac37d5648f04a72614d38.tar.gz
pc-inst-fb9454b07a52219fb66ac37d5648f04a72614d38.tar.bz2
alsvid3: Ensure systemd is never installed
-rw-r--r--hosts/alsvid3/conf5
1 files changed, 5 insertions, 0 deletions
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'