From c963d8905fb37c7f87495035a7af6d3c52dbb89e Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 21 Dec 2020 17:24:06 +0100 Subject: [PATCH] [netinstall] Merge the two descriptions of *immutable* --- src/modules/netinstall/netinstall.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/modules/netinstall/netinstall.conf b/src/modules/netinstall/netinstall.conf index a9243510b..c377b526e 100644 --- a/src/modules/netinstall/netinstall.conf +++ b/src/modules/netinstall/netinstall.conf @@ -162,13 +162,14 @@ label: # Defaults to false. If not set in a subgroup (see below), inherits from # the parent group. # - *immutable*: if true, the state of the group (and all its subgroups) -# cannot be changed; it really only makes sense in combination -# with *selected* set to true. This only affects the user-interface. +# cannot be changed; no packages can be selected or deselected. No +# checkboxes are show for the group. Setting *immutable* to true +# really only makes sense in combination with *selected* set to true, +# so that the packages will be installed. (Setting a group to immutable +# can be seen as removing it from the user-interface.) # - *expanded*: if true, the group is shown in an expanded form (that is, # not-collapsed) in the treeview on start. This only affects the user- # interface. Only top-level groups are show expanded-initially. -# - *immutable*: if true, the group cannot be changed (packages selected -# or deselected) and no checkboxes are shown for the group. # - *subgroups*: if present this follows the same structure as the top level # groups, allowing sub-groups of packages to an arbitary depth. # - *pre-install*: an optional command to run within the new system before