mirror of https://github.com/cutefishos/calamares
[packagechooser] Add configuration setting for selection mode
- Add a *mode* key to the configuration file - Change some names around to be more consistent (not user-visible)main
parent
fb3204262c
commit
76077743af
@ -0,0 +1,9 @@
|
|||||||
|
# Configuration for the low-density software chooser
|
||||||
|
---
|
||||||
|
# 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
|
Loading…
Reference in New Issue