diff options
Diffstat (limited to 'mkinitcpio/ykfde')
-rw-r--r-- | mkinitcpio/ykfde | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mkinitcpio/ykfde b/mkinitcpio/ykfde index f4115d6..d811c09 100644 --- a/mkinitcpio/ykfde +++ b/mkinitcpio/ykfde @@ -1,15 +1,10 @@ #!/bin/sh build() { - # This will update to LUKS key slot if Yubikey is available. - # Do not fail if key is not present! - /usr/bin/ykfde >/dev/null 2>/dev/null || true - # 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 - add_full_dir /etc/ykfde.d/ } help() { |