diskimage-builder/elements/dpkg
Monty Taylor 1c07d4ba1a Remove All Rights Reserved
The phrase is no longer needed as of August 23, 2000 with Nicaragua's
joining of the Berne Convention.

Additionally, in at least one instance,
elements/cache-url/bin/cache-url, its existence in the file between
Copyright lines is just weird and feels misleading, even though it is
not.

Remove all of the lines, because sanity.

Change-Id: I24fd76c2b4f66b8036010b5079db39ead729abee
2014-04-25 11:25:10 -07:00
..
bin Remove All Rights Reserved 2014-04-25 11:25:10 -07:00
cleanup.d Standardise manifest creation and retrieval 2014-04-10 12:25:13 +01:00
extra-data.d Remove All Rights Reserved 2014-04-25 11:25:10 -07:00
post-install.d Remove All Rights Reserved 2014-04-25 11:25:10 -07:00
pre-install.d Remove All Rights Reserved 2014-04-25 11:25:10 -07: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.