Update
This commit is contained in:
parent
7206256401
commit
b49c52ad65
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue