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']);