diskimage-builder/elements/dpkg
Juerg Haefliger 562546ecb6 Fix package removal
Shift first to drop the first commandline argument (-e).

Change-Id: I73a0100484b6443ad5bdf500dd032af20eac7d3b
2014-05-27 07:50:42 +02:00
..
bin Fix package removal 2014-05-27 07:50:42 +02:00
cleanup.d set -u and -o pipefail everywhere 2014-05-06 15:51:07 -05:00
extra-data.d Remove All Rights Reserved 2014-04-25 11:25:10 -07:00
post-install.d set -u and -o pipefail everywhere 2014-05-06 15:51:07 -05:00
pre-install.d set -u and -o pipefail everywhere 2014-05-06 15:51:07 -05:00
root.d set -u and -o pipefail everywhere 2014-05-06 15:51:07 -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.