diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-06-02 13:22:38 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-06-02 13:22:38 +0100 |
commit | 63fa236a7c452e9819a1e937e69847b2f8696a09 (patch) | |
tree | 0c348fb8e4048643707221bb2603b492d64c37e0 /app-misc/calamares-config-redcore/files/modules/machineid.conf | |
parent | f22cc4450a588d73825b6408eeea8bf7ad47348a (diff) |
adjust calamares-config-redcore && calamares-runtime packages to v3.1.0 of calamares
Diffstat (limited to 'app-misc/calamares-config-redcore/files/modules/machineid.conf')
-rw-r--r-- | app-misc/calamares-config-redcore/files/modules/machineid.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app-misc/calamares-config-redcore/files/modules/machineid.conf b/app-misc/calamares-config-redcore/files/modules/machineid.conf new file mode 100644 index 00000000..341caf7e --- /dev/null +++ b/app-misc/calamares-config-redcore/files/modules/machineid.conf @@ -0,0 +1,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 |