From 4b7ea2aaa943c29e1a542f7d04eb61a8e5dfd855 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 9 Feb 2022 17:20:08 +0100 Subject: [PATCH] Changing debug information --- archinstall/lib/disk/filesystem.py | 1 - archinstall/lib/luks.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/archinstall/lib/disk/filesystem.py b/archinstall/lib/disk/filesystem.py index 911661bd..3e00abb0 100644 --- a/archinstall/lib/disk/filesystem.py +++ b/archinstall/lib/disk/filesystem.py @@ -123,7 +123,6 @@ class Filesystem: else: loopdev = f"{storage.get('ENC_IDENTIFIER', 'ai')}{pathlib.Path(partition['device_instance'].path).name}" - print(partition['!password']) partition['device_instance'].encrypt( password=partition['!password'], key_size=storage['arguments']['crypt_key_size'], diff --git a/archinstall/lib/luks.py b/archinstall/lib/luks.py index a7d88b90..e73b8fc2 100644 --- a/archinstall/lib/luks.py +++ b/archinstall/lib/luks.py @@ -86,7 +86,7 @@ class luks2: password = bytes(password, 'UTF-8') partition.partprobe() - time.sleep(1) + time.sleep(10) cryptsetup_args = shlex.join([ '/usr/bin/cryptsetup',