|
|
|
@ -50,9 +50,11 @@
|
|
|
|
|
#
|
|
|
|
|
# The format of the groups file is the same as the format of the
|
|
|
|
|
# *groups* key described below, **except** that a stand-alone
|
|
|
|
|
# groups file does not have the top-level *groups* key.
|
|
|
|
|
#
|
|
|
|
|
# TODO: remove that ^^ restriction
|
|
|
|
|
# groups file does not have to have the top-level *groups* key.
|
|
|
|
|
# (It **may** have one, though, for instance when you copy
|
|
|
|
|
# this configuration file to `netinstall.yaml` and key *groups*
|
|
|
|
|
# must have a list-of-groups as value; if the file does not have
|
|
|
|
|
# a top-level key *groups*, then the file must contain only a list of groups.
|
|
|
|
|
#
|
|
|
|
|
# As a special case, setting *groupsUrl* to the literal string
|
|
|
|
|
# `local` means that the data is obtained from **this** config
|
|
|
|
@ -118,9 +120,8 @@ label:
|
|
|
|
|
# groups data is read from this file. The value of *groups* must be
|
|
|
|
|
# a list. Each item in the list is a group (of packages, or subgroups,
|
|
|
|
|
# or both). A standalone groups file contains just the list,
|
|
|
|
|
# without the top-level *groups* key.
|
|
|
|
|
#
|
|
|
|
|
# TODO: remove that restriction ^^
|
|
|
|
|
# (without the top-level *groups* key, or just the top-level *groups*
|
|
|
|
|
# key and with the list as its value, like in this file).
|
|
|
|
|
#
|
|
|
|
|
# Using `local` is recommended only for small static package lists.
|
|
|
|
|
# Here it is used for documentation purposes.
|
|
|
|
|