diff --git a/preseed.cfg b/preseed.cfg index 054ce25..a17caca 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -46,10 +46,11 @@ d-i mirror/http/proxy string # Only install the standard system and language packs. tasksel tasksel/first multiselect -d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac -d-i pkgsel/language-pack-patterns string +#d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac +#d-i pkgsel/language-pack-patterns string + # No language support packages. -d-i pkgsel/install-language-support boolean false +#d-i pkgsel/install-language-support boolean false # Go grub, go! d-i grub-installer/only_debian boolean true