#_preseed_V1
 
-#d-i anna/choose-modules multiselect ,
+d-i anna/choose_modules multiselect
 
 d-i netcfg/link_wait_timeout string 3
 d-i netcfg/choose_interface select auto
 d-i netcfg/wireless_show_essids select kadatheron
 #d-i netcfg/wireless_essid string kadatheron
+#d-i netcfg/wireless_show_essids seen true
 d-i netcfg/wireless_security_type select wpa
 d-i netcfg/use_autoconfig boolean true
 d-i netcfg/get_hostname string unassigned-hostname
 
 #d-i pkgsel/run_tasksel boolean false
 
-#d-i apt-setup/use-mirror boolean true
+d-i apt-setup/use_mirror boolean true
 d-i mirror/protocol string http
 d-i mirror/http/proxy string 
 #d-i mirror/http/hostname string http.us.debian.org