diskimage-builder/elements/dpkg
2014-04-17 22:47:58 +00:00
..
bin Fix set -eu and pipefail failures 2014-04-15 20:53:15 -05:00
cleanup.d Standardise manifest creation and retrieval 2014-04-10 12:25:13 +01:00
extra-data.d Add ability to add extra apt keys 2014-04-07 13:51:30 +01:00
post-install.d Standardise manifest creation and retrieval 2014-04-10 12:25:13 +01:00
pre-install.d Add ability to add extra apt keys 2014-04-07 13:51:30 +01:00
root.d Fix set -eu and pipefail failures 2014-04-15 20:53:15 -05:00
element-deps Standardise manifest creation and retrieval 2014-04-10 12:25:13 +01:00
README.md Add ability to add extra apt keys 2014-04-07 13:51:30 +01:00

Provide dpkg specific image building glue.

The ubuntu element needs customisations at the start and end of the image build process that do not apply to RPM distributions, such as using the host machine HTTP proxy when installing packages. These customisations live here, where they can be used by any dpkg based element.

The dpkg specific version of install-packages is also kept here.

If an extra or updated apt key is needed then define DIB_ADD_APT_KEYS with the path to a folder. Any key files inside will be added to the key ring before any apt-get commands take place.