Add support for esxi5.5

This commit is contained in:
Jarrod Johnson 2013-09-19 15:53:29 -04:00
parent 80d3424855
commit 75bb52802e

View File

@ -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;
}
}
}