Reduce installer complexity

This commit is contained in:
Michael Smith
2024-08-17 13:33:44 +02:00
parent 824d47e974
commit 532d0f302c
21 changed files with 19 additions and 634 deletions

View File

@@ -4,19 +4,6 @@
# 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:
@@ -34,7 +21,7 @@
# This is new behavior.
#
# The three combinations of legacy values are still supported.
restartNowMode: user-unchecked
restartNowMode: always
# If the checkbox is shown, and the checkbox is checked, then when
# Calamares exits from the finished-page it will run this command.