From 8599c2800fe4dff344db850ab97d2a0af076c589 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 4 Oct 2017 08:36:07 -0400 Subject: [PATCH] Document finished.conf some more --- src/modules/finished/finished.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/modules/finished/finished.conf b/src/modules/finished/finished.conf index 6bd8bb2d6..ce9754dab 100644 --- a/src/modules/finished/finished.conf +++ b/src/modules/finished/finished.conf @@ -2,13 +2,17 @@ Configuration for the "finished" page, which is usually shown only at the end of the installation (successful or not). --- # The finished page can hold a "restart system now" checkbox. -# If this is false, no checkbox is show and the system is not restarted +# If this is false, no checkbox is shown and the system is not restarted # when Calamares exits. restartNowEnabled: true -# Initial state of the checkbox "restart now". + +# Initial state of the checkbox "restart now". Only relevant when the +# checkbox is shown by restartNowEnabled. restartNowChecked: false + # If the checkbox is shown, and the checkbox is checked, then when # Calamares exits from the finished-page it will run this command. +# If not set, falls back to "shutdown -r now". restartNowCommand: "systemctl -i reboot" # When the last page is (successfully) reached, send a DBus notification