diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index a29325db1..78841200c 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -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};