File: sysprep-fixes-8890b968a8fa7ac1.yaml

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (11 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
---
fixes:
  - |
    The sysprep element has been fixed to truncate ``/var/lib/dpkg/machine-id``
    (``/etc/machine-id`` was already being truncated). This ensures a
    machine-id is not packaged in the image and systemd will be forced to
    generate a new one upon first boot.
  - |
    The sysprep element is added as a dependency to the ``debootstrap`` element to
    ensure that it runs on all Debian builds, including debian-minimal based
    images.