From b99e85f10832f5a0cecd432b5419b21a5e5dd088 Mon Sep 17 00:00:00 2001 From: immarvin Date: Mon, 16 Mar 2015 07:10:55 -0700 Subject: [PATCH] suppress some invalid message during genimage --- xCAT-server/share/xcat/netboot/ubuntu/genimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (/=>/) {