mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
plugins/debconf: Documentation
This commit is contained in:
parent
ad79b63c19
commit
b4b7fa6bc2
1 changed files with 24 additions and 0 deletions
24
bootstrapvz/plugins/debconf/README.rst
Normal file
24
bootstrapvz/plugins/debconf/README.rst
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue