diff --git a/install/dracut-install.c b/install/dracut-install.c index 5040dea7..2d0412c1 100644 --- a/install/dracut-install.c +++ b/install/dracut-install.c @@ -285,6 +285,12 @@ static int resolve_deps(const char *src) log_debug("ldd: '%s'", buf); + if (strstr(buf, "you do not have execution permission")) { + log_error(buf); + ret+=1; + break; + } + if (strstr(buf, "not a dynamic executable")) break;