fix for bug 2925507: add HWControlPoint=>hcp into xcat stanza file

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4876 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2010-01-04 09:02:18 +00:00
parent 73c37c949e
commit 65ba675771

View File

@ -331,6 +331,13 @@ sub getNodeinfo
}
}
}
if ($attr eq "HWControlPoint")
{
if ($value)
{
$xcatline = " hcp=$value\n";
}
}
if ($attr eq "LParID")
{
if ($ARCH =~ /ppc/)