Skip to content

Commit

Permalink
dracut.sh: after doing the lazy resolve always install dependencies
Browse files Browse the repository at this point in the history
Exit the lazy resolving mode after doing the lazy resolve, because there
won't be any lazy resolving anymore after this step.

Fixes #152
Obsoletes #225
  • Loading branch information
haraldh committed Oct 26, 2017
1 parent e190224 commit ed9281d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dracut.sh
Expand Up @@ -1544,6 +1544,10 @@ if [[ $kernel_only != yes ]]; then
dinfo "*** Resolving executable dependencies done***"
fi
# Now we are done with lazy resolving, always install dependencies
unset DRACUT_RESOLVE_LAZY
export DRACUT_RESOLVE_DEPS=1
# libpthread workaround: pthread_cancel wants to dlopen libgcc_s.so
for _dir in $libdirs; do
for _f in "$_dir/libpthread.so"*; do
Expand Down

0 comments on commit ed9281d

Please sign in to comment.