~xnox/debian-cd/cd-boot-images-amd64

« back to all changes in this revision

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

  • Committer: Dimitri John Ledkov
  • Date: 2020-06-06 02:38:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2064.
  • Revision ID: xnox@ubuntu.com-20200606023811-8vx8tle12fujl64f
groovy: drop unused d-i preseeds

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