~xnox/debian-cd/missing-tools-groovy

1
2
3
4
5
6
7
8
9
# Adjust the default hostname.
d-i	netcfg/get_hostname	string edubuntu
d-i	netcfg/get_hostname	seen false
# 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
# No language support packages.
d-i	pkgsel/install-language-support	boolean false