Skip to content

Commit

Permalink
luks: make sure cryptsetup.target is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
LaszloGombos committed Oct 12, 2024
1 parent 4b754bd commit 4a246d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/luks/dracut/clevis/module-setup.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
depends() {
local __depends=crypt
if dracut_module_included "systemd"; then
__depends=$(printf '%s systemd' "${__depends}")
__depends=$(printf '%s systemd-cryptsetup' "${__depends}")
fi
echo "${__depends}"
return 255
Expand Down

0 comments on commit 4a246d6

Please sign in to comment.