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():