From 9c27d53c36d50bd051bb19e4d7e69a92c448e0ab Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Thu, 31 May 2018 23:59:48 -0400 Subject: [PATCH] Fix mirror selection for still-in-support distributions This should result in them actually fetching from mirrors instead of gb.archive.ubuntu.com or http.us.debian.org. --- code/static/preseed/jessie.preseed | 2 +- code/static/preseed/trusty.preseed | 2 +- code/static/preseed/xenial.preseed | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/static/preseed/jessie.preseed b/code/static/preseed/jessie.preseed index af8848e..e2c75df 100644 --- a/code/static/preseed/jessie.preseed +++ b/code/static/preseed/jessie.preseed @@ -2,7 +2,7 @@ d-i keyboard-configuration/xkb-keymap string us # Download packages from mirrors.mit.edu -d-i mirror/country string enter information manually +d-i mirror/country string manual d-i mirror/http/countries string manual d-i mirror/http/hostname string mirrors.mit.edu d-i mirror/http/directory string /debian/ diff --git a/code/static/preseed/trusty.preseed b/code/static/preseed/trusty.preseed index 9a577e1..4d1d4e9 100644 --- a/code/static/preseed/trusty.preseed +++ b/code/static/preseed/trusty.preseed @@ -1,5 +1,5 @@ # Download packages from mirrors.mit.edu -d-i mirror/country string enter information manually +d-i mirror/country string manual d-i mirror/http/countries string manual d-i mirror/http/hostname string mirrors.mit.edu d-i mirror/http/directory string /ubuntu/ diff --git a/code/static/preseed/xenial.preseed b/code/static/preseed/xenial.preseed index 9a577e1..4d1d4e9 100644 --- a/code/static/preseed/xenial.preseed +++ b/code/static/preseed/xenial.preseed @@ -1,5 +1,5 @@ # Download packages from mirrors.mit.edu -d-i mirror/country string enter information manually +d-i mirror/country string manual d-i mirror/http/countries string manual d-i mirror/http/hostname string mirrors.mit.edu d-i mirror/http/directory string /ubuntu/ -- 1.7.9.5