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

« back to all changes in this revision

Viewing changes to data/groovy/preseed/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
 
# Only install the standard system and language packs.
2
 
tasksel tasksel/first   multiselect
3
 
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
4
 
d-i     pkgsel/language-pack-patterns   string
5
 
# No language support packages.
6
 
d-i     pkgsel/install-language-support boolean false