index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-10 09:56:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-10 09:56:09 +0000 |
commit | 474ce6a4d54fa1bfaecd13d9c49afec9930dfc14 (patch) | |
tree | e4f7adc5a0bf42162c90222972dce722fe0a37af /archinstall | |
parent | f1b42216a7393e58a02f2e885293efe88304cada (diff) | |
parent | b9148f6d3be590ec3301337ea2b895d90a9ff9ac (diff) |
-rw-r--r-- | archinstall/lib/luks.py | 2 |
diff --git a/archinstall/lib/luks.py b/archinstall/lib/luks.py index 561d4d6e..ca077b3d 100644 --- a/archinstall/lib/luks.py +++ b/archinstall/lib/luks.py @@ -116,7 +116,7 @@ class luks2(): def unlock(self, partition, mountpoint, key_file): """ - Mounts a lukts2 compatible partition to a certain mountpoint. + Mounts a luks2 compatible partition to a certain mountpoint. Keyfile must be specified as there's no way to interact with the pw-prompt atm. :param mountpoint: The name without absolute path, for instance "luksdev" will point to /dev/mapper/luksdev |