From 2cf6058229f3424e89d3e7deb4631b79da75b960 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 7 Jun 2017 16:04:18 -0400 Subject: [PATCH] Have dd argument apply for all nodes in nodeset --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 107a6b8bb..09ea56c44 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -1051,6 +1051,7 @@ sub mkinstall } } } + my $ddad; foreach $node (@nodes) { my $os; @@ -1412,7 +1413,6 @@ sub mkinstall $donetftp{"$os|$arch|$profile|$tftpdir"} = 1; } } - my $ddad; if ($docopy) { mkpath("$tftppath");