File: README.rst

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (16 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
========
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``