diff --git a/xCAT-server/share/xcat/netboot/ubuntu/genimage b/xCAT-server/share/xcat/netboot/ubuntu/genimage index df03b505a..0c6fd71ac 100755 --- a/xCAT-server/share/xcat/netboot/ubuntu/genimage +++ b/xCAT-server/share/xcat/netboot/ubuntu/genimage @@ -831,7 +831,7 @@ sub getlibs { my @libs = split/\n/,$liblist; my @return; foreach (@libs) { - if(/statically linked/){ + if(/statically linked/ or /not a dynamic executable/){ return; } unless (/=>/) {