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
This commit is contained in:
nott 2009-04-07 13:14:46 +00:00
parent dfe3656113
commit da0d1a15c1

View File

@ -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=\"";