home · contact · privacy
Fix. master
authorChristian Heller <c.heller@plomlompom.de>
Wed, 23 Apr 2025 23:29:32 +0000 (01:29 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 23 Apr 2025 23:29:32 +0000 (01:29 +0200)
bookworm/preseed.cfg

index c76d3cd88baad83d5a8e634df47c3f6535a6aa71..f2a92814c0488dafa6fc7b77d3c2edf1b1ba5ceb 100644 (file)
@@ -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