mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 05:12:30 +00:00 
			
		
		
		
	support imaged provisioning.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15365 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -312,7 +312,7 @@ sub setdestiny {
 | 
			
		||||
		if ($ntent and $ntent->{arch}) {
 | 
			
		||||
		    $nstates{$_} .= "-".$ntent->{arch};
 | 
			
		||||
		} else { $errored =1; $callback->({error=>"nodetype.arch not defined for $_"}); }
 | 
			
		||||
		if ($tempstate ne "winshell") {
 | 
			
		||||
		if (($tempstate ne "winshell") && ($tempstate ne "sysclone")) {
 | 
			
		||||
		    if ($ntent and $ntent->{profile}) {
 | 
			
		||||
			$nstates{$_} .= "-".$ntent->{profile};
 | 
			
		||||
		    } else { $errored =1; $callback->({error=>"nodetype.profile not defined for $_"}); }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user