index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel Girtler <blackrabbit256@gmail.com> | 2022-05-18 21:59:49 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 13:59:49 +0200 |
commit | 65a5a335aa21ea44fd99fb200e238df54b3c2e47 (patch) | |
tree | 5b7a1d3937fc283c91734b7ab4f06e376bb59fdb /archinstall/lib/hsm/fido.py | |
parent | 089c46db4a3c89dd8ba670419369c405bec3a270 (diff) |
-rw-r--r-- | archinstall/lib/hsm/fido.py | 2 |
diff --git a/archinstall/lib/hsm/fido.py b/archinstall/lib/hsm/fido.py index 8707ac52..49f36957 100644 --- a/archinstall/lib/hsm/fido.py +++ b/archinstall/lib/hsm/fido.py @@ -40,7 +40,7 @@ def get_fido2_devices() -> typing.Dict[str, typing.Dict[str, str]]: } return devices - + def fido2_enroll(hsm_device_path :pathlib.Path, partition :Partition, password :str) -> bool: worker = SysCommandWorker(f"systemd-cryptenroll --fido2-device={hsm_device_path} {partition.real_device}", peak_output=True) pw_inputted = False |