summaryrefslogtreecommitdiff
path: root/app-misc/calamares-config-redcore/files/modules/machineid.conf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-12 01:06:08 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-12 01:06:08 +0100
commit274322b84acc35f6a4c4bff08cfdce25cfe46c3b (patch)
treeb3e20c8b707b45bb143709b3498be6d799a2c0d9 /app-misc/calamares-config-redcore/files/modules/machineid.conf
parentb564bb4de4c10182b602c51177d4fed50e7b001d (diff)
app-misc/calamares-config-redcore : version bump
Diffstat (limited to 'app-misc/calamares-config-redcore/files/modules/machineid.conf')
-rw-r--r--app-misc/calamares-config-redcore/files/modules/machineid.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-misc/calamares-config-redcore/files/modules/machineid.conf b/app-misc/calamares-config-redcore/files/modules/machineid.conf
index 13ba17df..bf99e675 100644
--- a/app-misc/calamares-config-redcore/files/modules/machineid.conf
+++ b/app-misc/calamares-config-redcore/files/modules/machineid.conf
@@ -1,24 +1,8 @@
-# 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