Skip to content

Commit

Permalink
Merge pull request #336 from aafeijoo-suse/059-bsc1208690
Browse files Browse the repository at this point in the history
fix(dracut-install): continue parsing if ldd prints "cannot be preloaded" (bsc#1208690)
  • Loading branch information
aafeijoo-suse authored Jun 6, 2024
2 parents 2783eee + 8ef5ca5 commit 8870645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/dracut-install.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ static int resolve_deps(const char *src)
break;

if (strstr(buf, "cannot be preloaded"))
break;
continue;

if (strstr(buf, destrootdir))
break;
Expand Down

0 comments on commit 8870645

Please sign in to comment.