mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 11:50:10 +01:00
man: fix two typos in integrity parameters
--integrity-no-wipe --integrity-no-journal options
This commit is contained in:
@@ -1120,13 +1120,13 @@ Specify integrity algorithm to be used for authenticated disk encryption in LUKS
|
|||||||
kernel target (available since kernel version 4.12).
|
kernel target (available since kernel version 4.12).
|
||||||
For more info, see \fIAUTHENTICATED DISK ENCRYPTION\fR section.
|
For more info, see \fIAUTHENTICATED DISK ENCRYPTION\fR section.
|
||||||
.TP
|
.TP
|
||||||
.B "\-\-integrity\-\no\-journal"
|
.B "\-\-integrity\-no\-journal"
|
||||||
Activate device with integrity protection without using data journal (direct
|
Activate device with integrity protection without using data journal (direct
|
||||||
write of data and integrity tags).
|
write of data and integrity tags).
|
||||||
Note that without journal power fail can cause non-atomic write and data corruption.
|
Note that without journal power fail can cause non-atomic write and data corruption.
|
||||||
Use only if journalling is performed on a different storage layer.
|
Use only if journalling is performed on a different storage layer.
|
||||||
.TP
|
.TP
|
||||||
.B "\-\-integrity\-\no\-wipe"
|
.B "\-\-integrity\-no\-wipe"
|
||||||
Skip wiping of device authentication (integrity) tags. If you skip this
|
Skip wiping of device authentication (integrity) tags. If you skip this
|
||||||
step, sectors will report invalid integrity tag until an application write
|
step, sectors will report invalid integrity tag until an application write
|
||||||
to the sector.
|
to the sector.
|
||||||
|
|||||||
Reference in New Issue
Block a user