if DEVICETYPE=hmc, mgt=hmc

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3362 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-05-12 19:12:01 +00:00
parent 4a4aaab41b
commit ac579517a7

View File

@ -513,6 +513,9 @@ sub getDevinfo
{
my $lcvalue = lc($value);
$xcatline = " nodetype=$lcvalue\n";
if ($lcvalue eq "hmc") {
$xcatline .= " mgt=$lcvalue\n";
}
}
}
if ($attr eq "HWType") # put Model and type together