summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-dev/LinHES9_iso/cust_skel/airootfs/etc/calamares/modules/finished.conf
blob: b0647fe2e0d502aae429ddd0b84796fc4dd188bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Configuration for the "finished" page, which is usually shown only at
# the end of the installation (successful or not).
---
# DEPRECATED
#
# 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

# DEPRECATED
#
# Initial state of the checkbox "restart now". Only relevant when the
# checkbox is shown by restartNowEnabled.
# restartNowChecked: false

# Behavior of the "restart system now" button.
#
# There are four usable values:
#   - never
#       Does not show the button and does not restart.
#       This matches the old behavior with restartNowEnabled=false.
#   - user-unchecked
#       Shows the button, defaults to unchecked, restarts if it is checked.
#       This matches the old behavior with restartNowEnabled=true and restartNowChecked=false.
#   - user-checked
#       Shows the button, defaults to checked, restarts if it is checked.
#       This matches the old behavior with restartNowEnabled=true and restartNowChecked=true.
#   - always
#       Shows the button, checked, but the user cannot change it.
#       This is new behavior.
#
# The three combinations of legacy values are still supported.
restartNowMode: user-checked

# 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
# 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