mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	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:
		| @@ -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) | ||||
|             { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user