This commit is contained in:
Valeria Fadeeva 2025-01-25 17:31:37 +05:00
parent 7206256401
commit b49c52ad65
2 changed files with 4 additions and 4 deletions

View File

@ -9,13 +9,13 @@
# The finished page can hold a "restart system now" checkbox. # The finished page can hold a "restart system now" checkbox.
# If this is false, no checkbox is shown and the system is not restarted # If this is false, no checkbox is shown and the system is not restarted
# when Calamares exits. # when Calamares exits.
# restartNowEnabled: true restartNowEnabled: true
# DEPRECATED # DEPRECATED
# #
# Initial state of the checkbox "restart now". Only relevant when the # Initial state of the checkbox "restart now". Only relevant when the
# checkbox is shown by restartNowEnabled. # checkbox is shown by restartNowEnabled.
# restartNowChecked: false restartNowChecked: true
# Behavior of the "restart system now" button. # Behavior of the "restart system now" button.
# #
@ -44,4 +44,4 @@ restartNowCommand: "systemctl -i reboot"
# When the last page is (successfully) reached, send a DBus notification # When the last page is (successfully) reached, send a DBus notification
# to the desktop that the installation is done. This works only if the # 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. # user as whom Calamares is run, can reach the regular desktop session bus.
notifyOnFinished: false notifyOnFinished: true

View File

@ -33,4 +33,4 @@
# *user-unchecked* really makes sense. # *user-unchecked* really makes sense.
restartNowMode: user-checked restartNowMode: user-checked
restartNowCommand: "systemctl -i reboot" restartNowCommand: "systemctl -i reboot"
notifyOnFinished: false notifyOnFinished: true