summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-05-20 13:15:55 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-05-20 13:15:55 (EDT)
commit4e462190e3a34ca2ec666853b378964c699dc24d (patch)
treea7e6b1e1bf1f6cb5569938895b6d7e3165bf3e83 /hosts
parentfa3ac646bd3b24d500b458e9db185596312264be (diff)
downloadpc-inst-4e462190e3a34ca2ec666853b378964c699dc24d.zip
pc-inst-4e462190e3a34ca2ec666853b378964c699dc24d.tar.gz
pc-inst-4e462190e3a34ca2ec666853b378964c699dc24d.tar.bz2
logi1: Ensure systemd is never accidentally installed
Diffstat (limited to 'hosts')
-rw-r--r--hosts/logi1/conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/logi1/conf b/hosts/logi1/conf
index b06111b..906ff64 100644
--- a/hosts/logi1/conf
+++ b/hosts/logi1/conf
@@ -35,6 +35,10 @@ apt_sources='
deb-src http://deb.debian.org/debian buster main contrib
'
apt_preferences='
+ Package: systemd*
+ Pin: release *
+ Pin-Priority: -1
+
Package: *
Pin: release n=buster
Pin-Priority: -1