Add recognition of windows 8 media
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14385 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -524,9 +524,10 @@ sub copycd | ||||
| 	while(<DBNAME>){ | ||||
| 		if(/BuildArch=amd64/){ | ||||
| 			$darch = "x86_64"; | ||||
| 		} | ||||
| 		if(/BuildBranch=win7_rtm/){ | ||||
| 		} elsif (/BuildBranch=win7_rtm/){ | ||||
| 			$distname = "win7"; | ||||
| 		} elsif (/BuildBranch=win8_rtm/){ | ||||
| 			$distname = "win8"; | ||||
| 		} | ||||
| 	} | ||||
| 	close(DBNAME); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user