Fix SLES driver injection when used on a noderange so that more than first node gets correct arguments

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11615 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-02-18 16:18:39 +00:00
parent 6635281a99
commit 4a5773f139

View File

@ -580,6 +580,8 @@ sub mkinstall
my %doneimgs;
require xCAT::Template; #only used here, load so memory can be COWed
# Define a variable for driver update list
my @dd_drivers;
foreach $node (@nodes)
{
my $os;
@ -743,8 +745,6 @@ sub mkinstall
)
{
# Define a variable for driver update list
my @dd_drivers;
#TODO: driver slipstream, targetted for network.
unless ($doneimgs{"$os|$arch|$tftpdir"})