From 0fef158cd82383fc1982fdc3610137d199d1e458 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 19 Nov 2019 18:27:11 +0100 Subject: [PATCH] hurd: Use /debian-ports/ instead of /debian-ports Possibly that poses problem through the http proxy. Signed-off-by: Samuel Thibault --- d-i-preseed-cfgs/debian_sid_hurd_lxde_preseed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d-i-preseed-cfgs/debian_sid_hurd_lxde_preseed.cfg b/d-i-preseed-cfgs/debian_sid_hurd_lxde_preseed.cfg index f5e9eee7..81e00572 100644 --- a/d-i-preseed-cfgs/debian_sid_hurd_lxde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_hurd_lxde_preseed.cfg @@ -83,7 +83,7 @@ d-i netcfg/wireless_wep string #d-i mirror/protocol string ftp d-i mirror/country string manual d-i mirror/http/hostname string deb.debian.org -d-i mirror/http/directory string /debian-ports +d-i mirror/http/directory string /debian-ports/ d-i mirror/http/proxy string http://10.0.2.1:3128/ # Suite to install. -- GitLab