[netinstall] Merge the two descriptions of *immutable*

main
Adriaan de Groot 4 years ago
parent 2ccd5a2043
commit c963d8905f

@ -162,13 +162,14 @@ label:
# Defaults to false. If not set in a subgroup (see below), inherits from # Defaults to false. If not set in a subgroup (see below), inherits from
# the parent group. # the parent group.
# - *immutable*: if true, the state of the group (and all its subgroups) # - *immutable*: if true, the state of the group (and all its subgroups)
# cannot be changed; it really only makes sense in combination # cannot be changed; no packages can be selected or deselected. No
# with *selected* set to true. This only affects the user-interface. # 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, # - *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- # not-collapsed) in the treeview on start. This only affects the user-
# interface. Only top-level groups are show expanded-initially. # 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 # - *subgroups*: if present this follows the same structure as the top level
# groups, allowing sub-groups of packages to an arbitary depth. # groups, allowing sub-groups of packages to an arbitary depth.
# - *pre-install*: an optional command to run within the new system before # - *pre-install*: an optional command to run within the new system before

Loading…
Cancel
Save