fix the nodeset - noupdate initrd issue

This commit is contained in:
qyin 2014-05-21 14:53:05 +08:00
parent 5de62313a9
commit a966ac3d73

View File

@ -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,