2019-08-03 15:45:00 +02:00
|
|
|
# Configuration for the low-density software chooser
|
|
|
|
---
|
2019-08-03 23:24:30 +02:00
|
|
|
# The packagechooser writes a GlobalStorage value for the choice that
|
|
|
|
# has been made. The key is *packagechooser_<id>*. If *id* is set here,
|
|
|
|
# it is substituted into the key name. If it is not set, the module's
|
|
|
|
# instance name is used; see the *instances* section of `settings.conf`.
|
|
|
|
# If there is just one packagechooser module, and no *id* is set,
|
|
|
|
# resulting GS key is probably *packagechooser_packagechooser*.
|
|
|
|
#
|
2019-08-03 23:51:00 +02:00
|
|
|
# The GS value is a comma-separated list of the IDs of the selected
|
|
|
|
# packages, or an empty string if none is selected.
|
|
|
|
#
|
2019-08-03 23:24:30 +02:00
|
|
|
# id: ""
|
|
|
|
|
2019-08-03 15:45:00 +02:00
|
|
|
# Software selection mode, to set whether the software packages
|
|
|
|
# can be chosen singly, or multiply.
|
|
|
|
#
|
|
|
|
# Possible modes are "optional", "required" (for zero or one)
|
|
|
|
# or "optionalmultiple", "requiredmultiple" (for zero-or-more
|
|
|
|
# or one-or-more).
|
|
|
|
mode: required
|