diskimage-builder/releasenotes/notes/default_deb_init_per_release-f5a7451b0c2704c9.yaml
Dmitriy Rabotyagov 335f8dc6fd Change default value of DIB_DEBIAN_ALT_INIT_PACKAGE
For quite a while Debian is shipped with systemd-sysv
by default. However, default value of DIB_DEBIAN_ALT_INIT_PACKAGE
is not in sync across elements. We change a default now for
the `debian` element along with removing `apt_get_bp_extra_opts`
that is not defined or used anywhere else.

Change-Id: If5d3f0a21467f926c23bb39a1853be73befa768e
2023-08-31 19:20:29 +02:00

10 lines
306 B
YAML

---
other:
- |
Value of ``DIB_DEBIAN_ALT_INIT_PACKAGE`` has been switched to
``systemd-sysv`` for Debian releases older then Jessie.
If you still need to build a version of Debian that is relying
on ``sysvinit`` please override the ``DIB_DEBIAN_ALT_INIT_PACKAGE``
variable for that.