bootstrap-vz/bootstrapvz/plugins/debconf
2018-02-25 04:12:24 +00:00
..
__init__.py fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
manifest-schema.yml Rename schema.yaml to manifest-schema.yml 2016-09-28 18:26:41 +02:00
README.rst plugins/debconf: Documentation 2016-02-23 17:30:17 +01:00
tasks.py Add 'debconf' plugin 2016-02-23 17:30:17 +01:00

debconf
-------

``debconf(7)`` is the configuration system for Debian packages.
It enables you to preconfigure packages before their installation.

This plugin lets you specify debconf answers directly in the manifest.
You should only specify answers for packages that will be installed; the plugin
does not check that this is the case.

Settings
~~~~~~~~

The ``debconf`` plugin directly takes an inline string:::

  plugins:
    debconf: >-
      d-i pkgsel/install-language-support boolean false
      popularity-contest popularity-contest/participate boolean false


Consult ``debconf-set-selections(1)`` for a description of the data format.