ESXi 5.1 media recognition

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11752 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-03-05 21:50:43 +00:00
parent 3737c6632b
commit 4d089d5391

View File

@ -4044,6 +4044,13 @@ sub copycd {
$found=1;
last;
}
if (/VMware ESXi 5\.1/) {
$darch="x86_64";
$arch="x86_64";
$distname='esxi5.1';
$found=1;
last;
}
}
}