From e651ea7e511e801c924a3dd0e022612b1bbec13e Mon Sep 17 00:00:00 2001 From: sjing Date: Mon, 13 Sep 2010 09:15:38 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 64da23c7d..4c4b3f802 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -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) {