summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-12-06 16:50:25 (EST)
committer P. J. McDermott <pj@pehjota.net>2019-02-09 22:10:02 (EST)
commita61e8215aa1eb335768ca009307683941f615c6a (patch)
tree85fc1083562bf1e290f32cdd0de4395850b8db1b
parente4c400854701489a7be176548630ed6764f9fb63 (diff)
downloadpc-inst-a61e8215aa1eb335768ca009307683941f615c6a.zip
pc-inst-a61e8215aa1eb335768ca009307683941f615c6a.tar.gz
pc-inst-a61e8215aa1eb335768ca009307683941f615c6a.tar.bz2
generic1: Update mirror and apt_sources
-rw-r--r--hosts/generic1/conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/hosts/generic1/conf b/hosts/generic1/conf
index 5ec5de0..db915a6 100644
--- a/hosts/generic1/conf
+++ b/hosts/generic1/conf
@@ -10,7 +10,7 @@ fstab='
@DEV1@ / ext4 errors=remount-ro 0 1
'
-mirror='http://httpredir.debian.org/debian'
+mirror='http://deb.debian.org/debian'
suite='jessie'
arch='amd64'
extra_pkgs='
@@ -18,6 +18,13 @@ extra_pkgs='
linux-image-amd64
sysvinit-core
'
+apt_sources='
+ deb http://deb.debian.org/debian jessie main
+ deb-src http://deb.debian.org/debian jessie main
+
+ deb http://security.debian.org/debian-security jessie/updates main
+ deb-src http://security.debian.org/debian-security jessie/updates main
+ '
locale='en_US'
supported_locales='en_US.UTF-8 en_DK.UTF-8'