diff options
author | Christian Hesse <mail@eworm.de> | 2017-06-22 10:47:39 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-06-22 10:52:11 +0200 |
commit | 886412f29ed7ea23f98d6cf9016603fb1a71a114 (patch) | |
tree | cdff8d510517a969cd38d9c15f399bf3270440d5 /dracut | |
parent | 64919b3fdaa41fbdb857cc2b1f4680dd30f14727 (diff) | |
download | mkinitcpio-ykfde-886412f29ed7ea23f98d6cf9016603fb1a71a114.tar.gz mkinitcpio-ykfde-886412f29ed7ea23f98d6cf9016603fb1a71a114.tar.zst |
rename the worker program
This is no longer just udev... So rename and move.
Diffstat (limited to 'dracut')
-rwxr-xr-x | dracut/module-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dracut/module-setup.sh b/dracut/module-setup.sh index 3cab1c8..a791d44 100755 --- a/dracut/module-setup.sh +++ b/dracut/module-setup.sh @@ -14,7 +14,7 @@ install() { inst_rules "$moddir/20-ykfde.rules" inst_hook cmdline 30 "$moddir/parse-mod.sh" inst_simple "$moddir/ykfde.sh" /sbin/ykfde.sh - inst_simple /usr/lib/udev/ykfde + inst_simple /usr/lib/ykfde/worker inst_simple /etc/ykfde.conf # this is required for second factor |