initramfs-tools
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-07-03 13:54:43 +00:00
committed by shimun
parent a498e1416f
commit 298e05fed7
7 changed files with 395 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/sh
case "$1" in
prereqs)
echo ""
exit 0
;;
esac
. /usr/share/initramfs-tools/hook-functions
copy_file config /etc/fido2luks.conf /etc/fido2luks.conf
copy_exec /usr/bin/fido2luks
exit 0