File: README.rst

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (22 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
=============
dib-run-parts
=============

.. warning::

   This element is deprecated and is left only for compatibility.
   Please read the notes.

This element install the ``dib-utils`` package to provide
``dib-run-parts``.

Previously this element was a part of most base images and copied the
internal version of ``dib-run-parts`` to ``/usr/local/bin`` during the
build.  Due to a (longstanding) oversight this was never removed and
stayed in the final image.  The image build process now uses a private
copy of ``dib-run-parts`` during the build, so this element has become
deprecated.

For compatibility this element simply installs the ``dib-utils``
package, which will provide ``dib-run-parts``.  However, this is
probably better expressed as a dependency in individual elements.