index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-04-11 20:38:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 20:38:24 -0400 |
commit | 49ca26479095117f202bd7a3f95e8b93da02760e (patch) | |
tree | a8d624886ec7527c9928fe71e16999a5eb1db513 /archinstall/lib | |
parent | 28d2743d71baba12ef28d0588efa7b06eb10c035 (diff) |
-rw-r--r-- | archinstall/lib/luks.py | 2 |
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), |