#!/usr/bin/ash run_hook() { modprobe -a -q dm-crypt >/dev/null 2>&1 . /etc/fido2luks.conf if [ -z "$cryptdevice" ]; then device="$FIDO2LUKS_DEVICE" dmname="$FIDO2LUKS_MAPPER_NAME" else IFS=: read cryptdev dmname _cryptoptions <