diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/ykfde | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/install/ykfde b/install/ykfde new file mode 100644 index 0000000..bbf5bd2 --- /dev/null +++ b/install/ykfde @@ -0,0 +1,13 @@ +#!/bin/sh + +build() { + add_runscript + add_binary ykchalresp + add_file /etc/ykfde-challenge / + add_module 'usbhid' +} + +help() { + echo "This hook adds support for opening LUKS devices with Yubico key." + echo "Please use command 'ykfde' to prepare." +} |