Skip to content

Commit

Permalink
Merge pull request #341 from aafeijoo-suse/SLFO_Main-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) (SLFO)
  • Loading branch information
aafeijoo-suse authored Jun 6, 2024
2 parents 2ba612b + a5c2b7c commit 836b9e3
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 @@ -589,7 +589,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 836b9e3

Please sign in to comment.