From 1cdd4313aec2b854dc85c218249d6a0b630a4e8b Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 9 Feb 2022 11:43:18 +0100 Subject: [PATCH] Added some debugging --- archinstall/lib/luks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/archinstall/lib/luks.py b/archinstall/lib/luks.py index c7e8ccad..2fd2ef38 100644 --- a/archinstall/lib/luks.py +++ b/archinstall/lib/luks.py @@ -103,6 +103,7 @@ class luks2: ]) cryptworker = SysCommandWorker(cryptsetup_args, peak_output=True) + print(f" Looking for phrase: 'Enter passphrase for {partition.path}'") pw_given = False while cryptworker.is_alive():