1
0
mirror of https://git.proxmox.com/git/mirror_zfs.git synced 2025-03-01 10:18:18 +03:00
mirror_zfs/contrib/initramfs/hooks/zfsunlock.in

11 lines
179 B
Plaintext
Raw Normal View History

#!/bin/sh
if [ "$1" = "prereqs" ]; then
echo "dropbear"
exit
fi
. /usr/share/initramfs-tools/hook-functions
copy_exec /usr/share/initramfs-tools/zfsunlock /usr/bin/zfsunlock