diff --git a/src/modules/finished/finished.conf b/src/modules/finished/finished.conf index b0647fe..6bb003b 100644 --- a/src/modules/finished/finished.conf +++ b/src/modules/finished/finished.conf @@ -9,13 +9,13 @@ # The finished page can hold a "restart system now" checkbox. # If this is false, no checkbox is shown and the system is not restarted # when Calamares exits. -# restartNowEnabled: true +restartNowEnabled: true # DEPRECATED # # Initial state of the checkbox "restart now". Only relevant when the # checkbox is shown by restartNowEnabled. -# restartNowChecked: false +restartNowChecked: true # 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 # 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 +notifyOnFinished: true diff --git a/src/modules/finishedq/finishedq.conf b/src/modules/finishedq/finishedq.conf index 6b3746b..9a1455d 100644 --- a/src/modules/finishedq/finishedq.conf +++ b/src/modules/finishedq/finishedq.conf @@ -33,4 +33,4 @@ # *user-unchecked* really makes sense. restartNowMode: user-checked restartNowCommand: "systemctl -i reboot" -notifyOnFinished: false +notifyOnFinished: true