Changing debug information

This commit is contained in:
Anton Hvornum 2022-02-09 17:15:59 +01:00
parent dce83ebe89
commit f2d867b0a7
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ class Filesystem:
iter_time=storage['arguments']['crypt_iter_time']
)
# Immediately unlock the encrypted device to format the inner volume
print(partition['!password'])
with luks2(partition['device_instance'], loopdev, partition['!password'], auto_unmount=True) as unlocked_device:
if not partition.get('wipe'):
if storage['arguments']['silent']: