fix the nodeset - noupdate initrd issue
This commit is contained in:
parent
5de62313a9
commit
a966ac3d73
@ -609,11 +609,11 @@ sub nextdestiny {
|
||||
my $args;
|
||||
if($noupdate_flag)
|
||||
{
|
||||
$args = ['enact'];
|
||||
$args = ['enact', '--noupdateinitrd'];
|
||||
}
|
||||
else
|
||||
{
|
||||
$args = ['enact', '--noupdateinitrd'];
|
||||
$args = ['enact'];
|
||||
}
|
||||
$subreq->({command=>['nodeset'],
|
||||
node=> \@nodes,
|
||||
|
Loading…
Reference in New Issue
Block a user