From a3354bbcf9cdd7d5a4485bd08e8ab78a9c45db04 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 22 Apr 2025 11:40:02 +0200 Subject: [PATCH] Fix. --- bookworm/preseed.cfg | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/bookworm/preseed.cfg b/bookworm/preseed.cfg index 3d1b98a..c76d3cd 100644 --- a/bookworm/preseed.cfg +++ b/bookworm/preseed.cfg @@ -90,16 +90,15 @@ d-i base-installer/initramfs-tools/driver-policy most #d-i pkgsel/run_tasksel boolean false # "Configure the package manager" -# "Configure the package manager"/"Debian archive mirror country:" -# "Configure the package manager"/"Debian archive mirror:" -# d-i apt-setup/use_mirror boolean true d-i mirror/protocol string http d-i mirror/http/proxy string -#d-i mirror/http/countries select US +# "Configure the package manager"/"Debian archive mirror country:"->"United States" +d-i mirror/http/countries select US +#d-i mirror/http/countries select United States #d-i mirror/http/countries seen true -#d-i mirror/http/mirror select deb.debian.org -#d-i mirror/http/hostname string http.us.debian.org +# "Configure the package manager"/"Debian archive mirror:" +d-i mirror/http/mirror select deb.debian.org d-i apt-setup/enable-source-repositories true d-i apt-setup/non-free-firmware boolean true d-i apt-setup/non-free boolean true -- 2.30.2