Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm: CI LUKS encryption #768

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/reference-manual/linux/linux-disk-encryption.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ LUKS to construct a symmetrically encrypted root file-system. The master
key used for data encryption is protected and unlocked using a
passphrase.

You can choose your own passphrase; if you do not, LmP will generate one for you.

.. code-block:: console

OSTREE_OTA_EXT4_LUKS = "1"
OSTREE_OTA_EXT4_LUKS_PASSPHRASE = "fiopassphrase"

The LmP default configuration is to have this feature disabled.

Expand Down