Skip to content

Commit

Permalink
Fixed incorrect reencryption command.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvicoun committed Jan 23, 2025
1 parent 1f92b3e commit 5a53b33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/deployment-reencryption.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ in the assembly -->
<para>
Change the recovery password:
</para>
<screen>&prompt.root;cryptsetup luksChangeKey --key-file <replaceable>PATH_TO_DEFAULT</replaceable> --pbkdf pbkdf2 "${luks_dev}" <replaceable>PATH_TO_NEW</replaceable></screen>
<screen>&prompt.root;cryptsetup --key-file
<replaceable>PATH_TO_DEFAULT</replaceable> luksChangeKey --pbkdf pbkdf2 "${luks_dev}"
<replaceable>PATH_TO_NEW</replaceable></screen>
<para>
<replaceable>PATH_TO_DEFAULT</replaceable> is a path to the key file with the default
passphrase. <replaceable>PATH_TO_NEW</replaceable> is a path to the key file with your new passphrase.
Expand Down

0 comments on commit 5a53b33

Please sign in to comment.