Files
miasma-installer/examples/archinstall/docs/cli_parameters/config/disk_encryption.rst
tumillanino 6fd2f42ec2
Some checks failed
Build / build (push) Failing after 4m53s
added required partitioning package installations
2025-11-12 16:01:17 +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.