diskimage-builder/diskimage_builder/elements/no-final-image
Dmitry Tantsur fd1848282f Remove the deprecated ironic-agent element
Despite having several issues (like missing firmware), it is still
used by people. It seems that the only way to stop that is to remove it.

Change-Id: I4baed8e8ab663c624dcc8d06ff0293d57b082abb
2021-01-21 14:06:08 +01:00
..
README.rst Remove the deprecated ironic-agent element 2021-01-21 14:06:08 +01:00

README.rst

no-final-image

This is a noop element which can be used to indicate to diskimage-builder that it should not bother creating a final image out of the generated filesystem. It is useful in cases where an element handles all of the image building itself, such as ironic-python-agent-ramdisk or Docker images. In those cases the final image normally generated by diskimage-builder is not the desired output, so there's no reason to spend time creating it.

Elements that wish to behave this way should include this element in their element-deps file.