diff --git a/archinstall/lib/disk/filesystem.py b/archinstall/lib/disk/filesystem.py index 3e00abb0..f0208a8d 100644 --- a/archinstall/lib/disk/filesystem.py +++ b/archinstall/lib/disk/filesystem.py @@ -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']: