From 27448fee7d12b711e9b37dbe26b6367eb009253a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Mon, 2 Aug 2021 18:09:55 +0200 Subject: [PATCH] =?UTF-8?q?Use=20deb.debian.org=20fastly=20=20instead=20of?= =?UTF-8?q?=20ftp.fr.=E2=80=A6=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + README.md | 2 +- preseed/debian/bullseye/preseed.cfg | 8 ++++---- .../debian/bullseye/preseed.cinnamon.uefi.cipher.cfg | 6 +++--- preseed/debian/bullseye/preseed.computenode.cfg | 10 +++++----- preseed/debian/bullseye/preseed.gnome.uefi.cfg | 6 +++--- preseed/debian/bullseye/preseed.gnome.uefi.cipher.cfg | 6 +++--- preseed/debian/buster/preseed.cfg | 6 +++--- preseed/debian/buster/preseed.cinnamon.cfg | 6 +++--- preseed/debian/buster/preseed.cinnamon.uefi.cfg | 6 +++--- preseed/debian/buster/preseed.cinnamon.uefi.cipher.cfg | 6 +++--- preseed/debian/buster/preseed.computenode.cfg | 6 +++--- preseed/debian/buster/preseed.gnome.uefi.cfg | 6 +++--- preseed/debian/buster/preseed.gnome.uefi.cipher.cfg | 6 +++--- preseed/debian/buster/preseed.mate.cfg | 6 +++--- preseed/debian/jessie/preseed.cfg | 6 +++--- preseed/debian/jessie/preseed_cinnamon.cfg | 6 +++--- preseed/debian/jessie/preseed_gnome.cfg | 6 +++--- preseed/debian/jessie/preseed_mate.cfg | 6 +++--- preseed/debian/sid/preseed.cfg | 6 +++--- preseed/debian/sid/preseed.uefi.luks.btrfs.cfg | 6 +++--- preseed/debian/stretch/preseed.cfg | 6 +++--- preseed/debian/stretch/preseed.cinnamon.uefi.cfg | 6 +++--- preseed/debian/stretch/preseed.gnome.uefi.cfg | 6 +++--- preseed/debian/stretch/preseed.gnome.uefi.cipher.cfg | 6 +++--- preseed/debian/stretch/preseed_cinnamon.cfg | 6 +++--- preseed/debian/stretch/preseed_computenode.cfg | 6 +++--- preseed/debian/stretch/preseed_mate.cfg | 6 +++--- preseed/debian/wheezy/preseed.cfg | 6 +++--- 29 files changed, 86 insertions(+), 85 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 718a5e7..1191ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ * Do not use wireless interface for installation (see #19). * Gnome preseed is now only available with UEFI (see #20). * Update PXE files to last version from Bullseye (6.04~git20190206.bf6db5b4). +* Use deb.debian.org fastly instance instead of ftp.fr.debian.org URL. ### Fix * Remove tasksel only if no X session was installed (see #17). diff --git a/README.md b/README.md index 288fa66..fe0e6cd 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Preseeding provides a way to set answers to questions asked by the Debian-Instal | lv_swap | SWAP | 512 Mb - 100% RAM size | Swap sapce | | lv_free | /mnt/free | free space | See below | * APT : - * Installation from internet (repository : ftp.fr.debian.org) + * Installation from internet (repository : deb.debian.org) * Select **ssh-server** and **standard** in _tasksel_ for installation. * Add additional packages : **tftp-hpa** (to be able to download the [latecommand archive from the PXE server][debian latecommand howto]). * Bootloader : diff --git a/preseed/debian/bullseye/preseed.cfg b/preseed/debian/bullseye/preseed.cfg index 080b26b..459171c 100644 --- a/preseed/debian/bullseye/preseed.cfg +++ b/preseed/debian/bullseye/preseed.cfg @@ -41,7 +41,7 @@ d-i keyboard-configuration/xkb-keymap select French ## Auto-configure networking d-i netcfg/use_autoconfig boolean true -# Disable that annoying WEP key dialog. +## Disable that annoying WEP key dialog. d-i netcfg/wireless_wep string ## To set a different link detection timeout (default is 3 seconds). @@ -81,10 +81,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string ################################################################## ]]] @@ -290,7 +290,7 @@ d-i base-installer/initramfs-tools/driver-policy select most ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/bullseye/preseed.cinnamon.uefi.cipher.cfg b/preseed/debian/bullseye/preseed.cinnamon.uefi.cipher.cfg index bf9bcb9..8f66d72 100644 --- a/preseed/debian/bullseye/preseed.cinnamon.uefi.cipher.cfg +++ b/preseed/debian/bullseye/preseed.cinnamon.uefi.cipher.cfg @@ -81,10 +81,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string ################################################################## ]]] @@ -293,7 +293,7 @@ d-i base-installer/initramfs-tools/driver-policy select most ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/bullseye/preseed.computenode.cfg b/preseed/debian/bullseye/preseed.computenode.cfg index 80cabab..915adb6 100644 --- a/preseed/debian/bullseye/preseed.computenode.cfg +++ b/preseed/debian/bullseye/preseed.computenode.cfg @@ -81,10 +81,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string ################################################################## ]]] @@ -93,10 +93,10 @@ d-i mirror/suite string ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string ################################################################## ]]] @@ -283,7 +283,7 @@ d-i base-installer/initramfs-tools/driver-policy select most ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/bullseye/preseed.gnome.uefi.cfg b/preseed/debian/bullseye/preseed.gnome.uefi.cfg index 4de6d27..9e459cf 100644 --- a/preseed/debian/bullseye/preseed.gnome.uefi.cfg +++ b/preseed/debian/bullseye/preseed.gnome.uefi.cfg @@ -81,10 +81,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string ################################################################## ]]] @@ -294,7 +294,7 @@ d-i base-installer/initramfs-tools/driver-policy select most ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/bullseye/preseed.gnome.uefi.cipher.cfg b/preseed/debian/bullseye/preseed.gnome.uefi.cipher.cfg index a08f5e8..517141f 100644 --- a/preseed/debian/bullseye/preseed.gnome.uefi.cipher.cfg +++ b/preseed/debian/bullseye/preseed.gnome.uefi.cipher.cfg @@ -81,10 +81,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string ################################################################## ]]] @@ -293,7 +293,7 @@ d-i base-installer/initramfs-tools/driver-policy select most ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/buster/preseed.cfg b/preseed/debian/buster/preseed.cfg index eb59aee..27c2529 100644 --- a/preseed/debian/buster/preseed.cfg +++ b/preseed/debian/buster/preseed.cfg @@ -81,10 +81,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string ################################################################## ]]] @@ -290,7 +290,7 @@ d-i base-installer/initramfs-tools/driver-policy select most ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/buster/preseed.cinnamon.cfg b/preseed/debian/buster/preseed.cinnamon.cfg index 7d6b49f..f6f5bb5 100644 --- a/preseed/debian/buster/preseed.cinnamon.cfg +++ b/preseed/debian/buster/preseed.cinnamon.cfg @@ -82,10 +82,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -263,7 +263,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/buster/preseed.cinnamon.uefi.cfg b/preseed/debian/buster/preseed.cinnamon.uefi.cfg index 354009d..65859c9 100644 --- a/preseed/debian/buster/preseed.cinnamon.uefi.cfg +++ b/preseed/debian/buster/preseed.cinnamon.uefi.cfg @@ -81,10 +81,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string ################################################################## ]]] @@ -298,7 +298,7 @@ d-i base-installer/initramfs-tools/driver-policy select most ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/buster/preseed.cinnamon.uefi.cipher.cfg b/preseed/debian/buster/preseed.cinnamon.uefi.cipher.cfg index e0a43ca..f70cb75 100644 --- a/preseed/debian/buster/preseed.cinnamon.uefi.cipher.cfg +++ b/preseed/debian/buster/preseed.cinnamon.uefi.cipher.cfg @@ -81,10 +81,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string ################################################################## ]]] @@ -293,7 +293,7 @@ d-i base-installer/initramfs-tools/driver-policy select most ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/buster/preseed.computenode.cfg b/preseed/debian/buster/preseed.computenode.cfg index 421e64c..e495dd0 100644 --- a/preseed/debian/buster/preseed.computenode.cfg +++ b/preseed/debian/buster/preseed.computenode.cfg @@ -79,10 +79,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -254,7 +254,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/buster/preseed.gnome.uefi.cfg b/preseed/debian/buster/preseed.gnome.uefi.cfg index e344760..17d7d68 100644 --- a/preseed/debian/buster/preseed.gnome.uefi.cfg +++ b/preseed/debian/buster/preseed.gnome.uefi.cfg @@ -82,10 +82,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -287,7 +287,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/buster/preseed.gnome.uefi.cipher.cfg b/preseed/debian/buster/preseed.gnome.uefi.cipher.cfg index 4f20d12..88b234f 100644 --- a/preseed/debian/buster/preseed.gnome.uefi.cipher.cfg +++ b/preseed/debian/buster/preseed.gnome.uefi.cipher.cfg @@ -81,10 +81,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string ################################################################## ]]] @@ -293,7 +293,7 @@ d-i base-installer/initramfs-tools/driver-policy select most ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/buster/preseed.mate.cfg b/preseed/debian/buster/preseed.mate.cfg index f65b244..3e6fa0f 100644 --- a/preseed/debian/buster/preseed.mate.cfg +++ b/preseed/debian/buster/preseed.mate.cfg @@ -82,10 +82,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -263,7 +263,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/jessie/preseed.cfg b/preseed/debian/jessie/preseed.cfg index a08a854..aec770c 100644 --- a/preseed/debian/jessie/preseed.cfg +++ b/preseed/debian/jessie/preseed.cfg @@ -79,10 +79,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -269,7 +269,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/jessie/preseed_cinnamon.cfg b/preseed/debian/jessie/preseed_cinnamon.cfg index c2216d5..f70b989 100644 --- a/preseed/debian/jessie/preseed_cinnamon.cfg +++ b/preseed/debian/jessie/preseed_cinnamon.cfg @@ -79,10 +79,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -260,7 +260,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/jessie/preseed_gnome.cfg b/preseed/debian/jessie/preseed_gnome.cfg index dcb578d..e0eb2d7 100644 --- a/preseed/debian/jessie/preseed_gnome.cfg +++ b/preseed/debian/jessie/preseed_gnome.cfg @@ -79,10 +79,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -260,7 +260,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/jessie/preseed_mate.cfg b/preseed/debian/jessie/preseed_mate.cfg index ac90bc4..61869d0 100644 --- a/preseed/debian/jessie/preseed_mate.cfg +++ b/preseed/debian/jessie/preseed_mate.cfg @@ -79,10 +79,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -260,7 +260,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/sid/preseed.cfg b/preseed/debian/sid/preseed.cfg index 0931a5f..725cd9d 100644 --- a/preseed/debian/sid/preseed.cfg +++ b/preseed/debian/sid/preseed.cfg @@ -83,10 +83,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -295,7 +295,7 @@ d-i base-installer/initramfs-tools/driver-policy select most ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/sid/preseed.uefi.luks.btrfs.cfg b/preseed/debian/sid/preseed.uefi.luks.btrfs.cfg index a05d261..d56cda1 100644 --- a/preseed/debian/sid/preseed.uefi.luks.btrfs.cfg +++ b/preseed/debian/sid/preseed.uefi.luks.btrfs.cfg @@ -81,10 +81,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string sid ################################################################## ]]] @@ -241,7 +241,7 @@ d-i base-installer/initramfs-tools/driver-policy select most ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/stretch/preseed.cfg b/preseed/debian/stretch/preseed.cfg index 17bcee0..53049a1 100644 --- a/preseed/debian/stretch/preseed.cfg +++ b/preseed/debian/stretch/preseed.cfg @@ -80,10 +80,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -273,7 +273,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/stretch/preseed.cinnamon.uefi.cfg b/preseed/debian/stretch/preseed.cinnamon.uefi.cfg index 0c09671..5b055b5 100644 --- a/preseed/debian/stretch/preseed.cinnamon.uefi.cfg +++ b/preseed/debian/stretch/preseed.cinnamon.uefi.cfg @@ -82,10 +82,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -287,7 +287,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/stretch/preseed.gnome.uefi.cfg b/preseed/debian/stretch/preseed.gnome.uefi.cfg index e14e9c5..a1a72f5 100644 --- a/preseed/debian/stretch/preseed.gnome.uefi.cfg +++ b/preseed/debian/stretch/preseed.gnome.uefi.cfg @@ -82,10 +82,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -287,7 +287,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/stretch/preseed.gnome.uefi.cipher.cfg b/preseed/debian/stretch/preseed.gnome.uefi.cipher.cfg index a7c400b..7925b78 100644 --- a/preseed/debian/stretch/preseed.gnome.uefi.cipher.cfg +++ b/preseed/debian/stretch/preseed.gnome.uefi.cipher.cfg @@ -81,10 +81,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string ################################################################## ]]] @@ -294,7 +294,7 @@ d-i base-installer/initramfs-tools/driver-policy select most ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/stretch/preseed_cinnamon.cfg b/preseed/debian/stretch/preseed_cinnamon.cfg index a0bf541..fc9dadc 100644 --- a/preseed/debian/stretch/preseed_cinnamon.cfg +++ b/preseed/debian/stretch/preseed_cinnamon.cfg @@ -82,10 +82,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -263,7 +263,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/stretch/preseed_computenode.cfg b/preseed/debian/stretch/preseed_computenode.cfg index 4cce1fb..13e17ac 100644 --- a/preseed/debian/stretch/preseed_computenode.cfg +++ b/preseed/debian/stretch/preseed_computenode.cfg @@ -79,10 +79,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -254,7 +254,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/stretch/preseed_mate.cfg b/preseed/debian/stretch/preseed_mate.cfg index af73115..1b4df78 100644 --- a/preseed/debian/stretch/preseed_mate.cfg +++ b/preseed/debian/stretch/preseed_mate.cfg @@ -82,10 +82,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -263,7 +263,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false diff --git a/preseed/debian/wheezy/preseed.cfg b/preseed/debian/wheezy/preseed.cfg index 5948fa5..00d78c1 100644 --- a/preseed/debian/wheezy/preseed.cfg +++ b/preseed/debian/wheezy/preseed.cfg @@ -79,10 +79,10 @@ d-i hw-detect/load_firmware boolean true ## Mirror d-i mirror/country string FR -d-i mirror/http/hostname string ftp.fr.debian.org +d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian/ d-i mirror/http/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org +d-i mirror/http/mirror string deb.debian.org d-i mirror/suite string @@ -269,7 +269,7 @@ d-i partman/confirm_nooverwrite boolean true ## Post install APT setup d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org +d-i apt-setup/hostname string deb.debian.org d-i apt-setup/directory string /debian/ d-i apt-setup/another boolean false d-i apt-setup/security-updates boolean false