luksrku/initramfs/luksrku-hook
2016-09-22 20:40:58 +02:00

26 lines
372 B
Bash
Executable File

#!/bin/sh
#
# Initramfs-tools hook script for remote LUKS unlocking
#
# Copyright 2016 Johannes Bauer <joe@johannes-bauer.com>
# Released under GPLv3
PREREQ=""
prereqs()
{
echo "$PREREQ"
}
case $1 in
prereqs)
prereqs
exit 0
;;
esac
. /usr/share/initramfs-tools/hook-functions
cp /etc/luksrku-server.bin ${DESTDIR}/etc/
copy_exec /usr/local/sbin/luksrku /sbin