~tsimonq2/debian-cd/lubuntu-cosmic-changes

« back to all changes in this revision

Viewing changes to data/yakkety/preseed/cli.seed

  • Committer: Adam Conrad
  • Date: 2016-04-22 11:40:33 UTC
  • Revision ID: adconrad@0c3.net-20160422114033-vom9id9ph274tf6b
Copy xenial -> yakkety, and add yakkety to CONF.sh

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