Add INUCLIENTS support for AIX.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8898 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
654b2a0fc9
commit
fe08cc5f4c
@ -10977,7 +10977,7 @@ sub update_spot_rpm
|
||||
}
|
||||
|
||||
my $cdcmd = qq~cd $source_dir;~;
|
||||
my $cmd = qq~$::XCATROOT/bin/xcatchroot -i $spotname "$cdcmd /usr/bin/rpm $rpm_flags $rpmpkgs"~;
|
||||
my $cmd = qq~$::XCATROOT/bin/xcatchroot -i $spotname "$cdcmd export INUCLIENTS=1; /usr/bin/rpm $rpm_flags $rpmpkgs"~;
|
||||
|
||||
my $output =
|
||||
xCAT::InstUtils->xcmd($callback, $subreq, "xdsh", $nimprime, $cmd, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user