Add support for esxi5.5

This commit is contained in:
Jarrod Johnson 2013-09-19 15:53:29 -04:00
parent 25c5e4686a
commit c3749b7f93

View File

@ -4223,6 +4223,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;
}
}
}