2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-05 17:58:14 +00:00

Have dd argument apply for all nodes in nodeset

This commit is contained in:
Jarrod Johnson
2017-06-07 16:04:18 -04:00
parent a3864bdafc
commit 2cf6058229

View File

@@ -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");