File: dib-run-parts-6f67d038aa5a4156.yaml

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 (10 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
---
deprecations:
  - |
    The ``dib-run-parts`` element is no longer required as
    ``disk-image-create`` will directly source the internal version
    for running scripts within the chroot.  This element was
    unintentionally leaving ``/usr/local/bin/dib-run-parts`` in the
    built image.  From code search we do not believe anyone was
    relying on the presence of this script.  If you do require it, you
    should source the ``dib-utils`` package to install.