summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-05-19 01:56:17 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-05-19 01:56:17 (EDT)
commit77592f71e32f27aebffab517ea7ef7026527395c (patch)
treecfcd2c1ad1dacf0d393a1a02a2358f39b3579645 /hosts
parent3afcfae2bca8358858de849af27e3457cbfe2953 (diff)
downloadpc-inst-77592f71e32f27aebffab517ea7ef7026527395c.zip
pc-inst-77592f71e32f27aebffab517ea7ef7026527395c.tar.gz
pc-inst-77592f71e32f27aebffab517ea7ef7026527395c.tar.bz2
logi1: Add but disable buster sources
Diffstat (limited to 'hosts')
-rw-r--r--hosts/logi1/conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/logi1/conf b/hosts/logi1/conf
index 1e7658b..8ff53e8 100644
--- a/hosts/logi1/conf
+++ b/hosts/logi1/conf
@@ -30,6 +30,14 @@ apt_sources='
deb-src http://deb.debian.org/debian stretch-backports main contrib
deb http://deb.debian.org/debian-debug stretch-debug main contrib
+
+ deb http://deb.debian.org/debian buster main contrib
+ deb-src http://deb.debian.org/debian buster main contrib
+ '
+apt_preferences='
+ Package: *
+ Pin: release n=buster
+ Pin-Priority: -1
'
locale='en_US'