diskimage-builder/elements/dpkg
James Slagle 6824181354 Add package uninstall support
Adds the ability to uninstall packages to our install-packages scripts.

Change-Id: I72e0252968a151d71176aa479c7233f6df0a10ac
2014-04-24 16:57:20 -04:00
..
bin Add package uninstall support 2014-04-24 16:57:20 -04: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.