2022-11-08 16:42:01 -01:00
|
|
|
---
|
|
|
|
# Whether to create /etc/machine-id for systemd.
|
2023-11-08 20:16:05 -01:00
|
|
|
systemd: false
|
2022-11-08 16:42:01 -01:00
|
|
|
# Whether to create /var/lib/dbus/machine-id for D-Bus.
|
|
|
|
dbus: true
|
|
|
|
# Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id
|
|
|
|
# (ignored if dbus is false, or if there is no /etc/machine-id to point to).
|
|
|
|
symlink: true
|
|
|
|
# Whether to copy entropy from the host
|
|
|
|
entropy-copy: true
|
|
|
|
# Which files to write (paths in the target)
|
|
|
|
entropy-files:
|
|
|
|
- /var/lib/urandom/random-seed
|
|
|
|
- /var/lib/systemd/random-seed
|
|
|
|
|