From: mulhern amulhern@redhat.com
Related: #56
Signed-off-by: mulhern amulhern@redhat.com --- blivet/devicelibs/crypto.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/blivet/devicelibs/crypto.py b/blivet/devicelibs/crypto.py index 474c905..a94cb60 100644 --- a/blivet/devicelibs/crypto.py +++ b/blivet/devicelibs/crypto.py @@ -25,5 +25,6 @@
LUKS_METADATA_SIZE = Size("2 MiB") MIN_CREATE_ENTROPY = 256 # bits +SECTOR_SIZE = Size("512 B")
EXTERNAL_DEPENDENCIES = [availability.BLOCKDEV_CRYPTO_PLUGIN]