-Add RHEL6 to esx plugin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7169 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-08-20 13:32:35 +00:00
parent 47c6322b87
commit 31a14b17ca

View File

@ -48,6 +48,7 @@ my $vmwaresdkdetect = eval {
my %guestidmap = (
"rhel.6.*" => "rhel6_",
"rhel.5.*" => "rhel5_",
"rhel4.*" => "rhel4_",
"centos5.*" => "rhel5_",