From 31a14b17ca0d5d52c10ea0ca567d60924eda0bb0 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 20 Aug 2010 13:32:35 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/esx.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index 4d2ff634f..8a232cc84 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -48,6 +48,7 @@ my $vmwaresdkdetect = eval { my %guestidmap = ( + "rhel.6.*" => "rhel6_", "rhel.5.*" => "rhel5_", "rhel4.*" => "rhel4_", "centos5.*" => "rhel5_",