mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
manifests: Fix documentation
The documentation for packages.sources didn't mention that the key “main” is special.
This commit is contained in:
parent
1b8749bd7f
commit
5dba70cf36
1 changed files with 3 additions and 2 deletions
|
@ -198,8 +198,9 @@ variety of sources.
|
|||
Default: ``http://httpredir.debian.org/debian/``
|
||||
- ``sources``: A map of additional sources that should be added to
|
||||
the aptitude sources list. The key becomes the filename in
|
||||
``/etc/apt/sources.list.d/`` (with ``.list`` appended to it), while
|
||||
the value is an array with each entry being a line.
|
||||
``/etc/apt/sources.list.d/`` (with ``.list`` appended to it), except
|
||||
for ``main``, which designates ``/etc/apt/sources.list``.
|
||||
The value is an array with each entry being a line.
|
||||
``optional``
|
||||
- ``components``: A list of components that should be added to the
|
||||
default apt sources. For example ``contrib`` or ``non-free``
|
||||
|
|
Loading…
Add table
Reference in a new issue