Force reboot with systemctl -i.

main
Teo Mrnjavac 9 years ago
parent 326ff5e724
commit 84d60ba856

@ -129,7 +129,7 @@ FinishedViewStep::setConfigurationMap( const QVariantMap& configurationMap )
}
else
{
m_widget->setRestartNowCommand( "systemctl reboot");
m_widget->setRestartNowCommand( "systemctl -i reboot");
}
}
}

Loading…
Cancel
Save