machineid.conf 489 B

12345678910111213141516
  1. ---
  2. # Whether to create /etc/machine-id for systemd.
  3. systemd: true
  4. # Whether to create /var/lib/dbus/machine-id for D-Bus.
  5. dbus: true
  6. # Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id
  7. # (ignored if dbus is false, or if there is no /etc/machine-id to point to).
  8. symlink: true
  9. # Whether to copy entropy from the host
  10. entropy-copy: true
  11. # Which files to write (paths in the target)
  12. entropy-files:
  13. - /var/lib/urandom/random-seed
  14. - /var/lib/systemd/random-seed