From b12346ac896b6e7f16b0aff58f259249e451b2ea Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 9 Feb 2022 16:53:07 +0100 Subject: [PATCH] Changing debug information --- archinstall/lib/luks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archinstall/lib/luks.py b/archinstall/lib/luks.py index 4c4e7c8f..3d584d28 100644 --- a/archinstall/lib/luks.py +++ b/archinstall/lib/luks.py @@ -110,7 +110,7 @@ class luks2: if bytes(f'Enter passphrase for {partition.path}', 'UTF-8') in cryptworker and pw_given is False: # cryptworker.write(password) # TODO: Workaround, as cryptsetup doesn't appear to accept any input via os.write(child_cd, data) - print(password.decode()) + time.sleep(5) print(password.decode()) pw_given = True @@ -192,7 +192,7 @@ class luks2: if bytes(f'Enter passphrase for {partition.path}', 'UTF-8') in cryptworker and pw_given is False: # cryptworker.write(password) # TODO: Workaround, as cryptsetup doesn't appear to accept any input via os.write(child_cd, data) - print(password.decode()) + time.sleep(5) print(password.decode()) pw_given = True