From: Christian Heller Date: Tue, 22 Apr 2025 09:40:02 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%22https:/validator.w3.org/static/todo?a=commitdiff_plain;p=config Fix. --- 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