From da0d1a15c115b094a6955faa948fbfa52c3d0b21 Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 7 Apr 2009 13:14:46 +0000 Subject: [PATCH] Add istallp flags to nimnodecust cmd git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3111 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=\"";