From e28ba953708cee089161a795fb3191cfd5c3d93a Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 22 Nov 2023 22:45:25 +0100 Subject: Restoring back the docs with a commit, as I'm clearly incapable of grasping git's reset/revert features.. (#2249) --- docs/cli_parameters/config/disk_encryption.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/cli_parameters/config/disk_encryption.rst (limited to 'docs/cli_parameters/config/disk_encryption.rst') diff --git a/docs/cli_parameters/config/disk_encryption.rst b/docs/cli_parameters/config/disk_encryption.rst new file mode 100644 index 00000000..df2e2fa7 --- /dev/null +++ b/docs/cli_parameters/config/disk_encryption.rst @@ -0,0 +1,19 @@ +.. _disk encryption: + +Disk Encryption +=============== + +Disk encryption consists of a top level entry in the user configuration. + +.. code-block:: json + + { + "disk_encryption": { + "encryption_type": "luks", + "partitions": [ + "d712357f-97cc-40f8-a095-24ff244d4539" + ] + } + } + +The ``UID`` in the ``partitions`` list is an internal reference to the ``obj_id`` in the :ref:`disk config` entries. \ No newline at end of file -- cgit v1.2.3-54-g00ecf