diskimage-builder/diskimage_builder/elements/dib-run-parts
Ian Wienand fd424757a6 Don't provide dib-run-parts
It was an oversight during v2 development for dib to start providing
dib-run-parts.  The intention was for dib to use a vendored
dib-run-parts directly from $_LIB and have no dependencies on
dib-utils at all.  By exporting dib-run-parts, we created an
unintentional conflict with the dib-utils package which provides the
same script.

Tools that depend on dib-utils are unaffected by this
(os-refresh-config).

The only tool that installs diskimage-builder and then assumes
dib-run-parts is available in the path is instack.  I have proposed
Ibfe972208df40fa092b11b5419043524c903f1b4 to modify that to use our
internal version.

Change-Id: I149c345d38d761a49b3a6ccc4833482f09f1cd05
2017-04-05 13:11:20 +10:00
..
root.d Move dib-run-parts into diskimage-builder 2016-11-04 17:07:37 +11:00
README.rst Don't provide dib-run-parts 2017-04-05 13:11:20 +10:00

=============
dib-run-parts
=============

Install ``dib-run-parts`` into the chroot environment

Currently this element copies the ``dib-run-parts`` used by
diskimage-builder outside the chroot to inside.  However, note while
the interface remains the same this element may be provided in future
with a different interface.