mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-23 21:01:09 +00:00
Fix problem where esxi 4.x was called 'esx' in platform terms
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14078 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -1613,6 +1613,10 @@ sub getplatform {
|
||||
{
|
||||
$platform = "fedora";
|
||||
}
|
||||
elsif ($os =~ /esxi.*/)
|
||||
{
|
||||
$platform = "esxi";
|
||||
}
|
||||
elsif ($os =~ /esx.*/)
|
||||
{
|
||||
$platform = "esx";
|
||||
|
Reference in New Issue
Block a user