Added some debugging
This commit is contained in:
parent
de974322f9
commit
1cdd4313ae
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue