diff --git a/xCAT-server/lib/xcat/plugins/destiny.pm b/xCAT-server/lib/xcat/plugins/destiny.pm index eab73bcfb..4c1cc43c1 100644 --- a/xCAT-server/lib/xcat/plugins/destiny.pm +++ b/xCAT-server/lib/xcat/plugins/destiny.pm @@ -464,7 +464,8 @@ sub getdestiny { next; } unless ($ref->{currstate}) { #Has a record, but not yet in a state... - return nextdestiny(0); #Becomes a nextdestiny... + # we set a 1 here so that it does the nodeset to create tftpboot files + return nextdestiny(0,1); #Becomes a nextdestiny... # my @chain = split /,/,$ref->{chain}; # $ref->{currstate} = shift @chain; # $chaintab->setNodeAttribs($node,{currstate=>$ref->{currstate}});