From 75bb52802e8282df4c56fb823e8ee2a799939432 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 19 Sep 2013 15:53:29 -0400 Subject: [PATCH] Add support for esxi5.5 --- xCAT-server/lib/xcat/plugins/esx.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index b4820e312..97ec50eff 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -4219,6 +4219,13 @@ sub copycd { $found=1; last; } + if (/VMware ESXi 5\.5/) { + $darch="x86_64"; + $arch="x86_64"; + unless ($distname) { $distname='esxi5.5'; } + $found=1; + last; + } } }