From 977b0d7ff1d4da60d4e62311faa6e2be483af059 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 22 Apr 2010 18:04:08 +0000 Subject: [PATCH] -Fix STATEMNT issue git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5853 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 9deaa1d9f..f3d198431 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -213,7 +213,7 @@ sub mknetboot my $stateHash; if($statelite){ $statetab = xCAT::Table->new('statelite',-create=>1); - $stateHash = $statetab->getNodeAttribs(\@nodes, ['statemnt']); + $stateHash = $statetab->getNodesAttribs(\@nodes, ['statemnt']); } #my $addkcmdhash = # $bptab->getNodesAttribs(\@nodes, ['addkcmdline']);