Files
miasma-installer/examples/archinstall/docs/cli_parameters/config/disk_encryption.rst
tumillanino 33dd952ad4
Some checks failed
Build / build (push) Failing after 5m23s
updated the installer so that it should actually work
2025-11-11 18:57:02 +11:00

20 lines
454 B
ReStructuredText

.. _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.