2020-06-16 16:06:56 +02:00
|
|
|
---
|
|
|
|
$schema: https://json-schema.org/schema#
|
|
|
|
$id: https://calamares.io/schemas/machineid
|
|
|
|
additionalProperties: false
|
|
|
|
type: object
|
|
|
|
properties:
|
2020-07-28 14:46:56 +02:00
|
|
|
systemd: { type: boolean, default: true }
|
|
|
|
dbus: { type: boolean, default: true }
|
|
|
|
"dbus-symlink": { type: boolean, default: true }
|
|
|
|
entropy: { type: boolean, default: false }
|
|
|
|
"entropy-copy": { type: boolean, default: false }
|
|
|
|
# Deprecated properties
|
|
|
|
symlink: { type: boolean, default: true }
|