File: dib-init-system-5647bad17a01c602.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 (14 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
deprecations:
  - |
    The ``dib-init-system`` element installs a utility
    ``/usr/local/bin/dib-init-system`` which would try to guess the
    init system (systemd, etc.).  This was called from
    ``environment.d`` files, which means that in phases outside the
    chroot it was attempting to query the init system of the build
    host.  This completely fails in a situation such as running inside
    a container without a full init system.  To avoid this issue, each
    OS element will set DIB_INIT_SYSTEM directly.  The
    ``dib-init-system`` script was not really intended to be called
    directly, but will now just report the value of
    ``DIB_INIT_SYSTEM``.