aboutsummaryrefslogtreecommitdiffstats
path: root/mkinitcpio/ykfde-cpio
diff options
context:
space:
mode:
Diffstat (limited to 'mkinitcpio/ykfde-cpio')
-rw-r--r--mkinitcpio/ykfde-cpio15
1 files changed, 0 insertions, 15 deletions
diff --git a/mkinitcpio/ykfde-cpio b/mkinitcpio/ykfde-cpio
deleted file mode 100644
index c055a6d..0000000
--- a/mkinitcpio/ykfde-cpio
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-build() {
- # install files to initramfs
- add_binary /usr/lib/udev/ykfde
- add_file /usr/lib/initcpio/udev/20-ykfde.rules /usr/lib/udev/rules.d/20-ykfde.rules
- add_file /etc/ykfde.conf
-}
-
-help() {
- echo "This hook adds support for opening LUKS devices with Yubico key."
- echo "Please use command 'ykfde' to prepare."
- echo "The hook ykfde-cpio does NOT include challenges! Please load"
- echo "additional cpio archive with bootloader."
-}