This commit is contained in:
9
initramfs-tools/keyscript.sh
Executable file
9
initramfs-tools/keyscript.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -a
|
||||
. /etc/fido2luks.conf
|
||||
|
||||
if [ -z "$FIDO2LUKS_PASSWORD_HELPER" ]; then
|
||||
export FIDO2LUKS_PASSWORD_HELPER="plymouth ask-for-password --promt 'FIDO2 password salt for $CRYPTTAB_NAME'"
|
||||
fi
|
||||
|
||||
fido2luks print-secret --bin
|
Reference in New Issue
Block a user