From e3aa12b1cdcc7f0519199242828db04b7bf4ddf5 Mon Sep 17 00:00:00 2001 From: dotzero <mail@dotzero.ru> Date: Fri, 23 Jan 2015 11:27:37 +0300 Subject: [PATCH] Use cdn.debian.net to speed up debs download --- preseed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preseed.cfg b/preseed.cfg index f8170c4..310c9ec 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -22,7 +22,7 @@ d-i hw-detect/load_firmware boolean true ### Mirror settings d-i mirror/country string manual -d-i mirror/http/hostname string http.debian.net +d-i mirror/http/hostname string cdn.debian.net d-i mirror/http/directory string /debian d-i mirror/http/proxy string d-i mirror/suite string wheezy -- GitLab