aboutsummaryrefslogtreecommitdiffstats
path: root/install/ykfde
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-10-01 10:42:47 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-10-01 10:42:47 +0200
commitbe598301fe099be177acefff54f9db65fe263cc7 (patch)
tree8f786a405b4da2303b0a491f0f8fe4460454551f /install/ykfde
parent54db02d7d6dbead7a7da6a7b110a34721affdf44 (diff)
downloadmkinitcpio-ykfde-be598301fe099be177acefff54f9db65fe263cc7.tar.gz
mkinitcpio-ykfde-be598301fe099be177acefff54f9db65fe263cc7.tar.zst
update for systemd in initramfs
Diffstat (limited to 'install/ykfde')
-rw-r--r--install/ykfde4
1 files changed, 3 insertions, 1 deletions
diff --git a/install/ykfde b/install/ykfde
index bbf5bd2..ddb6b4e 100644
--- a/install/ykfde
+++ b/install/ykfde
@@ -1,8 +1,10 @@
#!/bin/sh
build() {
- add_runscript
add_binary ykchalresp
+ 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
add_file /etc/ykfde-challenge /
add_module 'usbhid'
}