diff options
author | Christian Hesse <mail@eworm.de> | 2014-04-16 19:15:59 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-04-16 19:15:59 +0200 |
commit | b86e58f61ff27a08468b87d67b6040415edace97 (patch) | |
tree | d8f25500861d5f2d94dd16772e7405e65aae3ce1 /install/ykfde | |
parent | fb6551d506d9f74f9d2a85d39ed5f2f111cc04aa (diff) | |
download | mkinitcpio-ykfde-b86e58f61ff27a08468b87d67b6040415edace97.tar.gz mkinitcpio-ykfde-b86e58f61ff27a08468b87d67b6040415edace97.tar.zst |
save a challenge for every key
Diffstat (limited to 'install/ykfde')
-rw-r--r-- | install/ykfde | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ykfde b/install/ykfde index fc9ce17..0b2e50a 100644 --- a/install/ykfde +++ b/install/ykfde @@ -4,7 +4,7 @@ build() { 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_full_dir /etc/ykfde.d/ add_module 'usbhid' } |