Fix lpp_source failed to define on sn issue. Also fix the image_data doSNcopy2 issue.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11674 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sjing 2012-02-24 07:04:14 +00:00
parent 98f393d24b
commit 9bf23897bb

View File

@ -8784,7 +8784,7 @@ sub doSNcopy2
"mksysb", "resolv_conf",
"script", "installp_bundle",
"bosinst_data", "lpp_source",
"spot"
"spot", "image_data"
);
if (grep(/^$restype$/, @dorestypes))
{
@ -11253,7 +11253,7 @@ sub make_SN_resource
# ex. /install/nim/lpp_source
# define the local res
my $cmd = "/usr/sbin/nim -Fo define -t lpp_source -a server=master -a location=$loc ";
my $cmd = "/usr/sbin/nim -Fo define -t lpp_source -a server=master -a location=$resdir ";
my @validattrs = ("verbose", "nfs_vers", "nfs_sec", "packages", "use_source_simages", "arch", "show_progress", "multi_volume", "group");