diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-01-21 00:33:19 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-01-21 00:36:00 (EST) |
commit | ce035ab5792edf5501703126fd0128d1c1fe7abb (patch) | |
tree | b0e46ed279c724516a426a07c46a6084e5997074 /hosts/logi1/conf | |
parent | 38bca937ff1c037ce09a3be2a5b51cef122a56a1 (diff) | |
download | pc-inst-ce035ab5792edf5501703126fd0128d1c1fe7abb.zip pc-inst-ce035ab5792edf5501703126fd0128d1c1fe7abb.tar.gz pc-inst-ce035ab5792edf5501703126fd0128d1c1fe7abb.tar.bz2 |
logi1: Override APT sources in conf file
And add security archive.
Diffstat (limited to 'hosts/logi1/conf')
-rw-r--r-- | hosts/logi1/conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hosts/logi1/conf b/hosts/logi1/conf index cf2d02e..6ff86c1 100644 --- a/hosts/logi1/conf +++ b/hosts/logi1/conf @@ -19,6 +19,18 @@ extra_pkgs=' linux-image-amd64 sysvinit-core ' +apt_sources=' + deb http://deb.debian.org/debian stretch main + deb-src http://deb.debian.org/debian stretch main + + deb http://security.debian.org/debian-security stretch/updates main + deb-src http://security.debian.org/debian-security stretch/updates main + + deb http://deb.debian.org/debian stretch-backports main + deb-src http://deb.debian.org/debian stretch-backports main + + deb http://deb.debian.org/debian-debug stretch-debug main + ' locale='en_US' supported_locales='en_US.UTF-8 en_DK.UTF-8' |