Forgot to check for HSM while mounting ordered layout
This commit is contained in:
parent
c93482a8b9
commit
e19ef44630
|
|
@ -260,6 +260,7 @@ class Installer:
|
||||||
partition['device_instance'] = unlocked_device
|
partition['device_instance'] = unlocked_device
|
||||||
|
|
||||||
if self._has_root(partition) and partition.get('generate-encryption-key-file', False) is False:
|
if self._has_root(partition) and partition.get('generate-encryption-key-file', False) is False:
|
||||||
|
if storage['arguments'].get('HSM'):
|
||||||
hsm_device_path = storage['arguments']['HSM']
|
hsm_device_path = storage['arguments']['HSM']
|
||||||
fido2_enroll(hsm_device_path, partition['device_instance'], password)
|
fido2_enroll(hsm_device_path, partition['device_instance'], password)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue