diskimage-builder/releasenotes/notes/sysprep-f3fd036bc1d2c405.yaml
Dave Hill 6c2b1465cc Clear /etc/machine-id to avoid duplicate machine-ids
Deploying many nodes with the generated image shouldn't have the same
/etc/machine-id so clearing it and letting systemd generate a new
id upon first boot seems to be the best way to achieve this.

Change-Id: I73d0577d31464521b3989312fd9d982a1312a268
Closes-bug: 1707526
Closes-bug: 1672461
2017-08-06 13:56:58 -04:00

10 lines
262 B
YAML

---
features:
- |
Adds sysprep element included by all systemd distros
fixes:
- |
Adds default sysprep element clearing /etc/machine-id which
prevents duplicated /etc/machine-id by forcing systemd to
generate a new id for each booted system.