From 9d6d51c507802d388beaa7b7082b8f3671ad58b2 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 1 Mar 2021 16:25:26 +0100 Subject: dracut: install shared library dependencies --- dracut/module-setup.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dracut') diff --git a/dracut/module-setup.sh b/dracut/module-setup.sh index a7cce66..0bdde6f 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/ykfde/worker + inst_binary /usr/lib/ykfde/worker inst_simple /etc/ykfde.conf inst_simple /usr/lib/systemd/system/ykfde-worker.service ln_r $systemdsystemunitdir/ykfde-worker.service $systemdsystemunitdir/sysinit.target.wants/ykfde-worker.service @@ -24,8 +24,7 @@ install() { inst_simple /usr/lib/systemd/system/cryptsetup-pre.target inst_simple /usr/lib/systemd/system/ykfde-2f.service ln_r $systemdsystemunitdir/ykfde-2f.service $systemdsystemunitdir/sysinit.target.wants/ykfde-2f.service - inst_simple /usr/bin/systemd-ask-password - + inst_binary /usr/bin/systemd-ask-password fi dracut_need_initqueue -- cgit v1.2.3-54-g00ecf