mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-14 12:20:00 +01:00
Fix dm-verity test typo.
This commit is contained in:
@@ -78,7 +78,7 @@ function check_root_hash() # $1 size, $2 hash, $3 salt, $4 version, $5 hash, [$6
|
|||||||
if [ $sb == yes ] ; then
|
if [ $sb == yes ] ; then
|
||||||
VERIFY_PARAMS=""
|
VERIFY_PARAMS=""
|
||||||
else
|
else
|
||||||
FORMAT_PAFAMS="$FORMAT_PARAMS --no-superlock"
|
FORMAT_PARAMS="$FORMAT_PARAMS --no-superblock"
|
||||||
VERIFY_PARAMS=$FORMAT_PARAMS
|
VERIFY_PARAMS=$FORMAT_PARAMS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user