From 228d852c1f2d837b554958ab4c5cbf16eaddf726 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 12 Jun 2017 20:08:16 +0200 Subject: replace ftp.(de|uk|us).debian.org with deb.debian.org everywhere Signed-off-by: Holger Levsen --- .../debian-edu_jessie-daily-netinst_combi-server_preseed.cfg | 4 ++-- .../debian-edu_jessie-daily-netinst_main-server_preseed.cfg | 2 +- .../debian-edu_jessie-daily-netinst_standalone_preseed.cfg | 2 +- .../debian-edu_jessie-daily-netinst_workstation_preseed.cfg | 2 +- d-i-preseed-cfgs/debian-edu_minimal_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_jessie_hurd_lxde_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_jessie_kde_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_jessie_xfce_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_gnome_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_kfreebsd_xfce_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_presentation_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_arabic_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_chinese_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_dark_theme_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_greek_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_gujarati_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_hebrew_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_hindi_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_japanese_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_kannada_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_korean_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_malayalam_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_marathi_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_punjabi_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_russian_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_spanish_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_tamil_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_telugu_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_tibetan_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_rescue_vietnamese_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_wheezy_gnome_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_wheezy_kde_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_wheezy_lxde_preseed.cfg | 2 +- d-i-preseed-cfgs/debian_wheezy_xfce_preseed.cfg | 2 +- 39 files changed, 40 insertions(+), 40 deletions(-) (limited to 'd-i-preseed-cfgs') diff --git a/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_combi-server_preseed.cfg b/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_combi-server_preseed.cfg index a9d89ba1..00f0b3fb 100644 --- a/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_combi-server_preseed.cfg +++ b/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_combi-server_preseed.cfg @@ -86,7 +86,7 @@ d-i anna/choose_modules multiselect debian-edu-install-udeb: Execute Deb # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ @@ -399,7 +399,7 @@ d-i ltsp-client-builder/server_packages string ltsp-server # Not using --copy-sourceslist as it causes cdrom apt sources # to be copied too, and this break the installation for some reason. d-i ltsp-client-builder/build-client-opts string --dist jessie \ - --mirror http://ftp.de.debian.org/debian + --mirror http://deb.debian.org/debian rpcbind rpcbind/loopback boolean false diff --git a/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_main-server_preseed.cfg b/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_main-server_preseed.cfg index 40098fb5..dd98b4a1 100644 --- a/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_main-server_preseed.cfg +++ b/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_main-server_preseed.cfg @@ -86,7 +86,7 @@ d-i anna/choose_modules multiselect debian-edu-install-udeb: Execute Deb # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_standalone_preseed.cfg b/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_standalone_preseed.cfg index ded1447f..35556325 100644 --- a/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_standalone_preseed.cfg +++ b/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_standalone_preseed.cfg @@ -86,7 +86,7 @@ d-i anna/choose_modules multiselect debian-edu-install-udeb: Execute Deb # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_workstation_preseed.cfg b/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_workstation_preseed.cfg index df702e9b..b12addf3 100644 --- a/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_workstation_preseed.cfg +++ b/d-i-preseed-cfgs/debian-edu_jessie-daily-netinst_workstation_preseed.cfg @@ -86,7 +86,7 @@ d-i anna/choose_modules multiselect debian-edu-install-udeb: Execute Deb # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian-edu_minimal_preseed.cfg b/d-i-preseed-cfgs/debian-edu_minimal_preseed.cfg index 484eae54..c7137b95 100644 --- a/d-i-preseed-cfgs/debian-edu_minimal_preseed.cfg +++ b/d-i-preseed-cfgs/debian-edu_minimal_preseed.cfg @@ -6,7 +6,7 @@ d-i netcfg/get_domain string intern d-i netcfg/wireless_wep string d-i anna/choose_modules multiselect debian-edu-install-udeb: Execute Debian-Edu debian-installer profile d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ d-i passwd/root-password password r00tme diff --git a/d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg b/d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg index a373a3c7..7760db04 100644 --- a/d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg +++ b/d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_jessie_hurd_lxde_preseed.cfg b/d-i-preseed-cfgs/debian_jessie_hurd_lxde_preseed.cfg index 695f337b..369221a7 100644 --- a/d-i-preseed-cfgs/debian_jessie_hurd_lxde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_jessie_hurd_lxde_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_jessie_kde_preseed.cfg b/d-i-preseed-cfgs/debian_jessie_kde_preseed.cfg index 684f28f0..6b6e7358 100644 --- a/d-i-preseed-cfgs/debian_jessie_kde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_jessie_kde_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg b/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg index 4b7e7ba1..528bbf62 100644 --- a/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_jessie_xfce_preseed.cfg b/d-i-preseed-cfgs/debian_jessie_xfce_preseed.cfg index fda634f1..5afa7df8 100644 --- a/d-i-preseed-cfgs/debian_jessie_xfce_preseed.cfg +++ b/d-i-preseed-cfgs/debian_jessie_xfce_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_gnome_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_gnome_preseed.cfg index 211b5ab5..56db568e 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_gnome_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_gnome_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_xfce_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_xfce_preseed.cfg index 72bf5ad6..df47acb4 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_xfce_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_xfce_preseed.cfg @@ -81,7 +81,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg index e0378e94..aa54501b 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_presentation_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_presentation_preseed.cfg index 6b8857e4..a538fe86 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_presentation_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_presentation_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_arabic_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_arabic_preseed.cfg index d6c88150..7a8479fd 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_arabic_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_arabic_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_chinese_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_chinese_preseed.cfg index 318b6f20..d9cb5f05 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_chinese_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_chinese_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_dark_theme_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_dark_theme_preseed.cfg index 33ad5eaf..31489c1e 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_dark_theme_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_dark_theme_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_greek_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_greek_preseed.cfg index 9dda3ae0..55423c1d 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_greek_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_greek_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_gujarati_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_gujarati_preseed.cfg index 5e1dc1a3..c82ff99a 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_gujarati_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_gujarati_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_hebrew_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_hebrew_preseed.cfg index 808c7bf9..3f2afb38 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_hebrew_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_hebrew_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_hindi_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_hindi_preseed.cfg index 40cb8f86..d2bea968 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_hindi_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_hindi_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_japanese_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_japanese_preseed.cfg index 832edbd9..21aa5b8d 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_japanese_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_japanese_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_kannada_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_kannada_preseed.cfg index c74bccb7..8d78b59f 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_kannada_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_kannada_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_korean_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_korean_preseed.cfg index e584b0d7..6b24f648 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_korean_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_korean_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_malayalam_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_malayalam_preseed.cfg index 5a40a4c9..ca1bc124 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_malayalam_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_malayalam_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_marathi_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_marathi_preseed.cfg index a4d71e27..4f2ac755 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_marathi_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_marathi_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg index 33ad5eaf..31489c1e 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_punjabi_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_punjabi_preseed.cfg index 53317dc1..d755628c 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_punjabi_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_punjabi_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_russian_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_russian_preseed.cfg index 8cd5d177..830b5052 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_russian_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_russian_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_spanish_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_spanish_preseed.cfg index 42a34797..4ba89a80 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_spanish_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_spanish_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_tamil_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_tamil_preseed.cfg index 92c9b72c..2274887a 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_tamil_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_tamil_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_telugu_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_telugu_preseed.cfg index d6e6b621..07b877d8 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_telugu_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_telugu_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_tibetan_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_tibetan_preseed.cfg index 6d112199..e77a95cf 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_tibetan_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_tibetan_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_rescue_vietnamese_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_rescue_vietnamese_preseed.cfg index 8e779541..dba8a3a5 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_rescue_vietnamese_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_rescue_vietnamese_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg index e4647901..5d1ddab7 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_wheezy_gnome_preseed.cfg b/d-i-preseed-cfgs/debian_wheezy_gnome_preseed.cfg index 095e1f91..473a0d13 100644 --- a/d-i-preseed-cfgs/debian_wheezy_gnome_preseed.cfg +++ b/d-i-preseed-cfgs/debian_wheezy_gnome_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_wheezy_kde_preseed.cfg b/d-i-preseed-cfgs/debian_wheezy_kde_preseed.cfg index d280dad8..fb695f1b 100644 --- a/d-i-preseed-cfgs/debian_wheezy_kde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_wheezy_kde_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_wheezy_lxde_preseed.cfg b/d-i-preseed-cfgs/debian_wheezy_lxde_preseed.cfg index 33ad5eaf..31489c1e 100644 --- a/d-i-preseed-cfgs/debian_wheezy_lxde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_wheezy_lxde_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ diff --git a/d-i-preseed-cfgs/debian_wheezy_xfce_preseed.cfg b/d-i-preseed-cfgs/debian_wheezy_xfce_preseed.cfg index 326fbd19..68c11c2e 100644 --- a/d-i-preseed-cfgs/debian_wheezy_xfce_preseed.cfg +++ b/d-i-preseed-cfgs/debian_wheezy_xfce_preseed.cfg @@ -82,7 +82,7 @@ d-i netcfg/wireless_wep string # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string ftp.de.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.1:3128/ -- cgit v1.2.3-54-g00ecf