fix image_data issue
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11627 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -8947,7 +8947,7 @@ sub doSNcopy | ||||
|                                               "mksysb",       "resolv_conf", | ||||
|                                               "script",       "installp_bundle", | ||||
|                                               "bosinst_data", "lpp_source", | ||||
|                                               "spot" | ||||
|                                               "spot", "image_data"  | ||||
|                                               ); | ||||
|                                 if (grep(/^$restype$/, @dorestypes)) | ||||
|                                 { | ||||
| @@ -11378,7 +11378,7 @@ sub make_SN_resource | ||||
|                 # if resolv_conf, bosinst_data  then | ||||
|                 #   the last part of the location is the actual file name | ||||
|                 # 	but not necessarily the resource name! | ||||
|                 my @usefileloc = ("resolv_conf", "bosinst_data"); | ||||
|                 my @usefileloc = ("resolv_conf", "bosinst_data", "image_data"); | ||||
|                 if (grep(/^$restype$/, @usefileloc)) | ||||
|                 { | ||||
|                     # define the local resource | ||||
|   | ||||
		Reference in New Issue
	
	Block a user