Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/luks.py
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-22 16:41:47 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-04-22 16:41:47 +0530
commit15d56c2bc7174a80aa23ef8f0896c286b925a382 (patch)
tree1eba21f2967be7be8534a584e371bbde51441812 /archinstall/lib/luks.py
parente6ab22f28cc71daa87286d7262c07fa45ab628d7 (diff)
parentc88034fa8a76b4bff4f626b5467767457d6fef62 (diff)
merged with master
Diffstat (limited to 'archinstall/lib/luks.py')
-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 ca077b3d..894be1c8 100644
--- a/archinstall/lib/luks.py
+++ b/archinstall/lib/luks.py
@@ -70,7 +70,7 @@ class luks2():
'--batch-mode',
'--verbose',
'--type', 'luks2',
- '--pbkdf', 'argon2i',
+ '--pbkdf', 'argon2id',
'--hash', hash_type,
'--key-size', str(key_size),
'--iter-time', str(iter_time),