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
 # "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
 
 # "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