2017-09-25 16:22:03 +02:00
|
|
|
Configuration for the "finished" page, which is usually shown only at
|
|
|
|
the end of the installation (successful or not).
|
2015-01-29 22:45:39 +01:00
|
|
|
---
|
2017-09-25 16:22:03 +02:00
|
|
|
# The finished page can hold a "restart system now" checkbox.
|
|
|
|
# If this is false, no checkbox is show and the system is not restarted
|
|
|
|
# when Calamares exits.
|
2015-01-29 22:45:39 +01:00
|
|
|
restartNowEnabled: true
|
2017-09-25 16:22:03 +02:00
|
|
|
# Initial state of the checkbox "restart now".
|
2015-01-29 22:45:39 +01:00
|
|
|
restartNowChecked: false
|
2017-09-25 16:22:03 +02:00
|
|
|
# If the checkbox is shown, and the checkbox is checked, then when
|
|
|
|
# Calamares exits from the finished-page it will run this command.
|
2015-02-04 19:54:18 +01:00
|
|
|
restartNowCommand: "systemctl -i reboot"
|
2017-09-25 16:22:03 +02:00
|
|
|
|
|
|
|
# When the last page is (successfully) reached, send a DBus notification
|
|
|
|
# to the desktop that the installation is done. This works only if the
|
|
|
|
# user as whom Calamares is run, can reach the regular desktop session bus.
|
|
|
|
notifyOnFinished: false
|