From bbbdc81a32a5840c63f16f388e6c5ffb4eb1a177 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 9 Feb 2022 17:34:56 +0100 Subject: [PATCH] Changing debug information --- archinstall/lib/luks.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/archinstall/lib/luks.py b/archinstall/lib/luks.py index e73b8fc2..a5b05134 100644 --- a/archinstall/lib/luks.py +++ b/archinstall/lib/luks.py @@ -85,9 +85,6 @@ class luks2: if type(password) != bytes: password = bytes(password, 'UTF-8') - partition.partprobe() - time.sleep(10) - cryptsetup_args = shlex.join([ '/usr/bin/cryptsetup', '--batch-mode',