-Fix bug in previous checkin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4098 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-09-03 21:13:28 +00:00
parent 03a1da1064
commit c2b52d1a50

View File

@ -163,7 +163,7 @@ sub mknetboot
#TODO: big todo, cheap and rapid, but should be more like esx.pm implementation, i.e. more scalable
while ($kcmdline =~ /#NODEATTRIB:([^:#]+):([^:#]+)#/) {
my $natab = xCAT::Table->new($1);
my $naent = getNodeAttribs($node,[$2]);
my $naent = $natab->getNodeAttribs($node,[$2]);
my $naval = $naent->{$2};
$add =~ s/#NODEATTRIB:([^:#]+):([^:#]+)#/$naval/;
}