From 6f457f0685e298d6b3e9639bb52bfa46475bd879 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 1 Sep 2009 17:50:13 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};