From f2d867b0a738e0adae1582796d8927c43246d305 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 9 Feb 2022 17:15:59 +0100 Subject: [PATCH] Changing debug information --- archinstall/lib/disk/filesystem.py | 1 + 1 file changed, 1 insertion(+) 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']: