blob: 341caf7ebd69704b99b7223db79866b264ff4789 (
plain)
1
2
3
4
5
6
7
8
|
---
# Whether to create /etc/machine-id for systemd.
systemd: false
# 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
|