Skip to content

Commit

Permalink
rm: CI LUKS encryption
Browse files Browse the repository at this point in the history
Following foundriesio/meta-lmp#1530, we now
allow users to define their own passphrases for CI LUKS encryption.

Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io>
  • Loading branch information
ldts committed Nov 5, 2024
1 parent e63cded commit 25f3ada
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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,13 @@ LUKS to construct a symmetrically encrypted root file-system. The master
key used for data encryption is protected and unlocked using a
passphrase.

Users can choose their own passphrase; if they don't, LmP will generate

Check warning on line 14 in source/reference-manual/linux/linux-disk-encryption.rst

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.Contractions] Avoid Contractions: Use 'do not' not 'don't'. Raw Output: {"message": "[Fio-docs.Contractions] Avoid Contractions: Use 'do not' not 'don't'.", "location": {"path": "source/reference-manual/linux/linux-disk-encryption.rst", "range": {"start": {"line": 14, "column": 48}}}, "severity": "WARNING"}
one for them.

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

0 comments on commit 25f3ada

Please sign in to comment.