missing $ on node made the default of to xcatmaster not work. The result was if you did not define a noderes.tftpserver, you got an error runnin nodeset blade01 netboot

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4068 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-09-01 17:50:13 +00:00
parent 22370febeb
commit 6f457f0685

View File

@ -294,7 +294,7 @@ sub mknetboot
}
else
{
$ient = $reshash->{node}->[0]; #$restab->getNodeAttribs($node, ['xcatmaster']);
$ient = $reshash->{$node}->[0]; #$restab->getNodeAttribs($node, ['xcatmaster']);
if ($ient and $ient->{xcatmaster})
{
$imgsrv = $ient->{xcatmaster};