From c813ee94956fadc2c17dbaf28ce4539ac74d3170 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 1 Apr 2019 06:27:23 -0400 Subject: [PATCH] Settings: add an oem-setup entry - Add independent oem-setup entry to the example configuration. - Document that things may have a default value (so you don't **have** to set them in the file) but that Calamares will complain. --- settings.conf | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/settings.conf b/settings.conf index 2be482d44..8135ef3db 100644 --- a/settings.conf +++ b/settings.conf @@ -128,7 +128,8 @@ branding: default # If this is set to true, Calamares will show an "Are you sure?" prompt right # before each execution phase, i.e. at points of no return. If this is set to -# false, no prompt is shown. Default is false. +# false, no prompt is shown. Default is false, but Calamares will complain if +# this is not explicitly set. # # YAML: boolean. prompt-install: false @@ -142,16 +143,23 @@ prompt-install: false # setting. (e.g. partitioning seems like a bad idea, since that is expected to # have been done already) # -# Default is false (for a normal installer). +# Default is false (for a normal installer), but Calamares will complain if +# this is not explicitly set. # # YAML: boolean. dont-chroot: false +# If this is set to true, Calamares refers to itself as a "setup program" +# rather than an "installer". Defaults to the value of dont-chroot, but +# Calamares will complain if this is not explicitly set. +# oem-setup: true + # If this is set to true, the "Cancel" button will be disabled. -# This can be useful if when e.g. calamares is used as a post-install configuration -# tool and you require the user to go through all the configuration steps. +# This can be useful if when e.g. Calamares is used as a post-install +# configuration tool and you require the user to go through all the +# configuration steps. # -# Default is false. +# Default is false, but Calamares will complain if this is not explicitly set. # # YAML: boolean. disable-cancel: false