mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	-Fix incorrect quote syntax in windows plugin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2196 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -89,7 +89,7 @@ sub mkimage { | ||||
|         print $shandle "net use /delete i:\r\n"; | ||||
|         print $shandle 'net use i: %IMGDEST% %PASSWORD% /user:%USER%'."\r\n"; | ||||
|         print $shandle 'mkdir i:\images'."\r\n"; | ||||
|         print $shandle 'mkdir i:\images\'.$ent->{arch}."\r\n"; | ||||
|         print $shandle 'mkdir i:\images'."\\".$ent->{arch}."\r\n"; | ||||
|         print $shandle "imagex /capture c: i:\\images\\".$ent->{arch}."\\".$ent->{profile}.".wim ".$ent->{profile}."_".$ent->{arch}."\r\n"; | ||||
|         print $shandle "IF %PROCESSOR_ARCHITECTURE%==AMD64 GOTO x64\r\n"; | ||||
|         print $shandle "IF %PROCESSOR_ARCHITECTURE%==x64 GOTO x64\r\n"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user