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