Skip to content

Commit

Permalink
rm: linux-disk-encryption: fix append order for luks
Browse files Browse the repository at this point in the history
First append and then specify the target hardware, otherwise it ends up
overriding the variable instead.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti authored and kprosise committed Oct 3, 2023
1 parent 20cc39c commit 6da9f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/reference-manual/linux/linux-disk-encryption.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Make sure LUKS support is enabled for your x86 target:
.. code-block:: console
$ cat meta-subscriber-overrides/conf/machine/include/lmp-factory-custom.inc
DISTRO_FEATURES:intel-corei7-64:append = " luks"
DISTRO_FEATURES:append:intel-corei7-64 = " luks"
Then make sure to enroll the :ref:`UEFI Secure Boot Certificates <ref-secure-boot-uefi>`
to enable secure boot support. This is required as the LUKS2 TPM 2.0 token
Expand Down

0 comments on commit 6da9f63

Please sign in to comment.