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

« back to all changes in this revision

Viewing changes to data/groovy/preseed/edubuntu/cli.seed

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2020-04-24 14:51:48 UTC
  • Revision ID: lukasz.zemczak@canonical.com-20200424145148-jfjvkc1rbiesofu4
Copy focal -> groovy, and add groovy to CONF.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Adjust the default hostname.
 
2
d-i     netcfg/get_hostname     string edubuntu
 
3
d-i     netcfg/get_hostname     seen false
 
4
# Only install the standard system and language packs.
 
5
tasksel tasksel/first   multiselect
 
6
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
 
7
d-i     pkgsel/language-pack-patterns   string
 
8
# No language support packages.
 
9
d-i     pkgsel/install-language-support boolean false