Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archinstall/lib/luks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/luks.py b/archinstall/lib/luks.py
index d39bce0f..e61fd43b 100644
--- a/archinstall/lib/luks.py
+++ b/archinstall/lib/luks.py
@@ -82,7 +82,7 @@ class luks2:
with open(key_file, 'wb') as fh:
fh.write(password)
- SysCommand(f'bash -c "partprobe"') # Might be redundant
+ partition.partprobe()
cryptsetup_args = shlex.join([
'/usr/bin/cryptsetup',