support installp/rpm/emgr flags.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7431 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8178694d11
commit
e651ea7e51
@ -9590,6 +9590,7 @@ sub update_spot_sw
|
||||
# such as /install/nim/spot/61Ldskls_test/usr/lpp/bos/inst_root/lpp_source
|
||||
my $chroot_lpploc = $spotloc . "/lpp/bos/inst_root/lpp_source";
|
||||
my $chroot_rpmloc = $chroot_lpploc . "/RPMS/ppc";
|
||||
my $chroot_epkgloc = $chroot_lpploc . "/emgr/ppc";
|
||||
|
||||
if ($::VERBOSE)
|
||||
{
|
||||
@ -9791,7 +9792,7 @@ sub update_spot_sw
|
||||
}
|
||||
close(FILE);
|
||||
|
||||
my $rc = update_spot_epkg($callback, $chroot_lpploc, $tmp_epkg,
|
||||
my $rc = update_spot_epkg($callback, $chroot_epkgloc, $tmp_epkg,
|
||||
$eflags, $spotname, $nimprime, $subreq);
|
||||
if ($rc)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user