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',