diskimage-builder/elements/apt-conf/README.rst
Augustina Ragwitz b3c448e765 Update apt-conf elements README from free text to table formatting
Change-Id: Ie89ce94fd063e04d57158a2e0faf11719537d450
2015-10-08 17:12:46 -07:00

17 lines
416 B
ReStructuredText

========
apt-conf
========
This element overrides the default apt.conf for APT based systems.
Environment Variables
---------------------
DIB_APT_CONF:
:Required: No
:Default: None
:Description: To override `DIB_APT_CONF`, set it to the path to your
apt.conf. The new apt.conf will take effect at build time and
run time.
:Example: ``DIB_APT_CONF=/etc/apt/apt.conf``