diff --git a/templates/Debian-5.0.8-amd64-netboot/preseed.cfg b/templates/Debian-5.0.8-amd64-netboot/preseed.cfg index a73d7365..291fbf43 100644 --- a/templates/Debian-5.0.8-amd64-netboot/preseed.cfg +++ b/templates/Debian-5.0.8-amd64-netboot/preseed.cfg @@ -66,7 +66,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 http.us.debian.org +d-i mirror/http/hostname string archive.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string @@ -206,7 +206,7 @@ d-i passwd/user-default-groups string audio cdrom video admin # Select which update services to use; define the mirrors to be used. # Values shown below are the normal defaults. #d-i apt-setup/services-select multiselect security, volatile -#d-i apt-setup/security_host string security.debian.org +d-i apt-setup/security_host string archive.debian.org/debian-security #d-i apt-setup/volatile_host string volatile.debian.org diff --git a/templates/Debian-5.0.8-i386-netboot/preseed.cfg b/templates/Debian-5.0.8-i386-netboot/preseed.cfg index a73d7365..291fbf43 100644 --- a/templates/Debian-5.0.8-i386-netboot/preseed.cfg +++ b/templates/Debian-5.0.8-i386-netboot/preseed.cfg @@ -66,7 +66,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 http.us.debian.org +d-i mirror/http/hostname string archive.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string @@ -206,7 +206,7 @@ d-i passwd/user-default-groups string audio cdrom video admin # Select which update services to use; define the mirrors to be used. # Values shown below are the normal defaults. #d-i apt-setup/services-select multiselect security, volatile -#d-i apt-setup/security_host string security.debian.org +d-i apt-setup/security_host string archive.debian.org/debian-security #d-i apt-setup/volatile_host string volatile.debian.org