aboutsummaryrefslogtreecommitdiff
path: root/elk.install
diff options
context:
space:
mode:
Diffstat (limited to 'elk.install')
-rw-r--r--elk.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/elk.install b/elk.install
new file mode 100644
index 0000000..74026df
--- /dev/null
+++ b/elk.install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+help() {
+ echo This hook allows you to use a keyfile on a usb stick which is encrypted.
+}
+
+build() {
+ add_binary /bin/stty
+ add_runscript usbkey
+}