diskimage-builder/elements/manifests
Gregory Haynes c4bbb6f3bc Create docs site containing element READMEs
We currently do not have the ability to create a docs site which
outlines all the elements.

Change-Id: I77ccf61e0c4b1509b3e7ce9b8f15ea5ccfd50d9b
2015-02-10 11:45:35 -08:00
..
cleanup.d set -u and -o pipefail everywhere 2014-05-06 15:51:07 -05:00
environment.d Run environment.d hook for manifests earlier 2014-09-11 21:09:13 -04:00
extra-data.d set -u and -o pipefail everywhere 2014-05-06 15:51:07 -05:00
README.rst Create docs site containing element READMEs 2015-02-10 11:45:35 -08:00

README.rst

manifests

Copy any manifests generated into the build area post-image creation

This element should be a dependency of any element that writes a manifest into the DIB_MANIFEST_IMAGE_DIR, which defaults to /etc/dib-manifests. This is created in extra-data.d rather than pre-install.d to allow the source-repositories element to make use of it

The manifests are copied to DIB_MANIFEST_SAVE_DIR, which defaults to ${IMAGE_NAME}.d/, resulting in the manifests being available as ${IMAGE_NAME}.d/dib-manifests by default