From 0c36ee3155ea4d9f1270630a92f07ec82fa57310 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 10 Sep 2013 09:13:58 -0400 Subject: [PATCH] add centos6 --- 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 c6fbcfec1..4818dc070 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -97,6 +97,7 @@ my %guestidmap = ( "rhel.6.*" => "rhel6_", "rhel.5.*" => "rhel5_", "rhel4.*" => "rhel4_", + "centos6.*" => "rhel6_", "centos5.*" => "rhel5_", "centos4.*" => "rhel4_", "sles11.*" => "sles11_",