diff options
author | Christian Hesse <mail@eworm.de> | 2013-10-01 10:42:47 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-10-01 10:42:47 +0200 |
commit | be598301fe099be177acefff54f9db65fe263cc7 (patch) | |
tree | 8f786a405b4da2303b0a491f0f8fe4460454551f /install | |
parent | 54db02d7d6dbead7a7da6a7b110a34721affdf44 (diff) | |
download | mkinitcpio-ykfde-be598301fe099be177acefff54f9db65fe263cc7.tar.gz mkinitcpio-ykfde-be598301fe099be177acefff54f9db65fe263cc7.tar.zst |
update for systemd in initramfs
Diffstat (limited to 'install')
-rw-r--r-- | install/ykfde | 4 |
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' } |