Skip to content
Snippets Groups Projects
Commit 720e7ece authored by Marc's avatar Marc
Browse files

Fix missing line

parent 96f6e0d6
Branches main
Tags v1.0
No related merge requests found
......@@ -21,7 +21,9 @@ have_tang_bindings() {
install() {
if [ "${hostonly_cmdline}" = "yes" ] && have_tang_bindings; then
if dracut_module_included "systemd"; then
inst_multiple $systemdsystemunitdir/ihct-luks-askpass-patch.service
inst_multiple \
$systemdsystemunitdir/ihct-luks-askpass-patch.service \
$systemdsystemunitdir/ihct-luks-askpass-patch.path
systemctl -q --root "$initdir" add-wants cryptsetup.target ihct-luks-askpass-patch.path
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment