diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 64678f330..6fbe14348 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -3412,7 +3412,7 @@ sub nimnodecust # put together a cust cmd line for NIM my @pkglist; - my $custcmd = "nim -o cust -a lpp_source=$::LPPSOURCE "; + my $custcmd = "nim -o cust -a lpp_source=$::LPPSOURCE -a installp_flags=agQXY "; if ( $::PACKAGELIST ) { @pkglist = split(/,/, $::PACKAGELIST); $custcmd .= "-a filesets=\"";