mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Force reboot with systemctl -i.
This commit is contained in:
parent
326ff5e724
commit
84d60ba856
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ FinishedViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_widget->setRestartNowCommand( "systemctl reboot");
|
m_widget->setRestartNowCommand( "systemctl -i reboot");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue