From 4e0a3091aaea8c9a68fee4c1fdaa15eee61a1857 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Thu, 24 Apr 2025 01:29:32 +0200 Subject: [PATCH] Fix. --- bookworm/preseed.cfg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bookworm/preseed.cfg b/bookworm/preseed.cfg index c76d3cd..f2a9281 100644 --- a/bookworm/preseed.cfg +++ b/bookworm/preseed.cfg @@ -87,8 +87,6 @@ d-i base-installer/kernel/image string linux-image-amd64 d-i base-installer/initramfs-tools/driver-policy most #d-i base-installer/install-recommends boolean false -#d-i pkgsel/run_tasksel boolean false - # "Configure the package manager" d-i apt-setup/use_mirror boolean true d-i mirror/protocol string http @@ -96,7 +94,7 @@ d-i mirror/http/proxy string # "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/countries seen true # "Configure the package manager"/"Debian archive mirror:" d-i mirror/http/mirror select deb.debian.org d-i apt-setup/enable-source-repositories true @@ -107,8 +105,13 @@ d-i apt-setup/services-select multiselect security, updates # "Select and install software" # "Configuring discover":"Updates management on this system:"/"No automatic updates" +d-i pkgsel/update-policy select No automatic updates # "Configuring popularity-contest":"Participate in the package usage survey?" +d-i popularity-contest/participate boolean false # "Software selection":"Choose software to install"/("Debian desktop environment" etc.) +d-i pkgsel/run_tasksel boolean false +d-i pkgsel/include string git +d-i pkgsel/upgrade select none # "Install the GRUB boot loader" d-i grub-installer/force-efi-extra-removable false -- 2.30.2