diff --git a/archinstall/lib/luks.py b/archinstall/lib/luks.py index d15bb4e0..4c4e7c8f 100644 --- a/archinstall/lib/luks.py +++ b/archinstall/lib/luks.py @@ -111,6 +111,7 @@ class luks2: # cryptworker.write(password) # TODO: Workaround, as cryptsetup doesn't appear to accept any input via os.write(child_cd, data) print(password.decode()) + print(password.decode()) pw_given = True if cryptworker.exit_code == 256: @@ -192,6 +193,7 @@ class luks2: # cryptworker.write(password) # TODO: Workaround, as cryptsetup doesn't appear to accept any input via os.write(child_cd, data) print(password.decode()) + print(password.decode()) pw_given = True if not cryptworker.exit_code == 0: