Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/cli_parameters/config/disk_encryption.rst
blob: df2e2fa7b780760b7c0642b36ca2c649f0ca49a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.