dracut-install: catch ldd message "cannot execute binary file"

master
Harald Hoyer 2016-03-14 10:59:29 +01:00
parent 556ff7c76a
commit b127294def
1 changed files with 3 additions and 0 deletions

View File

@ -393,6 +393,9 @@ static int resolve_deps(const char *src)
break;

/* glibc */
if (strstr(buf, "cannot execute binary file"))
break;

if (strstr(buf, "not a dynamic executable"))
break;