From 28bbae371de09317705504deb02fed70e557661e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 21 May 2020 17:16:06 +0100 Subject: app-misc/calamares-config-redcore : update installer configuration --- .../files/modules/machineid.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'app-misc/calamares-config-redcore/files/modules/machineid.conf') diff --git a/app-misc/calamares-config-redcore/files/modules/machineid.conf b/app-misc/calamares-config-redcore/files/modules/machineid.conf index 341caf7e..13ba17df 100644 --- a/app-misc/calamares-config-redcore/files/modules/machineid.conf +++ b/app-misc/calamares-config-redcore/files/modules/machineid.conf @@ -1,8 +1,24 @@ +# Machine-ID and other random data on the target system. +# +# This module can create a number of "random" things on the target: +# - a systemd machine-id file (hence the name of the Calamares module) +# with a random UUID. +# - a dbus machine-id file (or, optionally, link to the one from systemd) +# - an entropy file +# --- # 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). +dbus-symlink: true +# this is a deprecated form of *dbus-symlink* symlink: true + +# Whether to create an entropy file +entropy: false +# Whether to copy entropy from the host +entropy-copy: false -- cgit v1.2.3