2015-02-07 10:30:02 +00:00
|
|
|
===============
|
|
|
|
apt-preferences
|
|
|
|
===============
|
|
|
|
|
2015-10-07 20:32:30 +00:00
|
|
|
This element generates the APT preferences file based on the provided manifest
|
|
|
|
provided by the :doc:`../manifests/README` element.
|
2014-05-06 14:09:18 +00:00
|
|
|
|
2015-10-07 20:32:30 +00:00
|
|
|
The APT preferences file can be used to control which versions of packages will
|
|
|
|
be selected for installation. APT uses a priority system to make this
|
|
|
|
determination. For more information about APT preferences, see the apt_preferences(5)
|
|
|
|
man page.
|
|
|
|
|
|
|
|
Environment Variables
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
DIB_DPKG_MANIFEST:
|
|
|
|
:Required: No
|
|
|
|
:Default: None
|
|
|
|
:Description: The manifest file to generate the APT preferences file from.
|
|
|
|
:Example: ``DIB\_DPKG\_MANIFEST=~/image.d/dib-manifests/dib-manifest-dpkg-image``
|
2014-05-06 14:09:18 +00:00
|
|
|
|