-Fix STATEMNT issue

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5853 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-04-22 18:04:08 +00:00
parent 0b13299111
commit 977b0d7ff1

View File

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