mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
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…
x
Reference in New Issue
Block a user