cryptsetup: add luksChangeKey example (#2146)

This commit is contained in:
zlbabe
2018-06-18 12:08:59 +00:00
committed by Owen Voke
parent c0f023b573
commit 9cd177e31d

View File

@@ -13,3 +13,7 @@
- Remove an existing mapping:
`cryptsetup luksClose {{target}}`
- Change the LUKS volume's passphrase:
`cryptsetup luksChangeKey {{/dev/sda1}}`