Skip to content

Commit

Permalink
fix(crypt): add missing libraries
Browse files Browse the repository at this point in the history
Add missing libraries, closes #2137
  • Loading branch information
johannbg authored and LaszloGombos committed Feb 15, 2023
1 parent 61ceb35 commit c5dca3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules.d/90crypt/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,11 @@ install() {
systemd-ask-password systemd-tty-ask-password-agent
fi

# Install required libraries.
_arch=${DRACUT_ARCH:-$(uname -m)}
inst_libdir_file \
{"tls/$_arch/",tls/,"$_arch/",}"/ossl-modules/fips.so" \
{"tls/$_arch/",tls/,"$_arch/",}"/ossl-modules/legacy.so"

dracut_need_initqueue
}

0 comments on commit c5dca3d

Please sign in to comment.