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:
parent
73c37c949e
commit
65ba675771
@ -331,6 +331,13 @@ sub getNodeinfo
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($attr eq "HWControlPoint")
|
||||
{
|
||||
if ($value)
|
||||
{
|
||||
$xcatline = " hcp=$value\n";
|
||||
}
|
||||
}
|
||||
if ($attr eq "LParID")
|
||||
{
|
||||
if ($ARCH =~ /ppc/)
|
||||
|
Loading…
Reference in New Issue
Block a user