Revert "the code trying to retrieve the "dump" attribute from noderes table is wrong, fixed it."

This reverts commit bc3cf7e4cc24055df53d0fcb29e93058546d38e2.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8409 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2010-12-15 08:36:17 +00:00
parent e562c7fcc7
commit 09a2576d24

View File

@ -223,7 +223,7 @@ sub mknetboot
my $machash = $mactab->getNodesAttribs(\@nodes, ['interface','mac']);
my $reshash = $restab->getNodesAttribs(\@nodes, ['primarynic','tftpserver','xcatmaster','nfsserver','nfsdir', 'installnic']);
my $reshash = $restab->getNodesAttribs(\@nodes, ['primarynic','tftpserver','xcatmaster','nfsserver','nfsdir', 'installnic', 'dump']);
my $hmhash =
$hmtab->getNodesAttribs(\@nodes,
['serialport', 'serialspeed', 'serialflow']);