mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[packagechooserq] More docs for the config file
This commit is contained in:
parent
c367731c42
commit
8b703ba6a3
1 changed files with 6 additions and 4 deletions
|
@ -6,9 +6,7 @@
|
|||
# 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 exactly-one)
|
||||
# or "optionalmultiple", "requiredmultiple" (for zero-or-more
|
||||
# or one-or-more).
|
||||
# The example QML module does not use a model, and ignores this value.
|
||||
mode: required
|
||||
|
||||
# Software installation method:
|
||||
|
@ -40,7 +38,11 @@ mode: required
|
|||
# modules, either *contextualprocess* or *packages* or some custom
|
||||
# module, in the `exec` section to do the actual work.
|
||||
method: legacy
|
||||
# The *id* key is used only in "legacy" mode
|
||||
|
||||
# The *id* key is used only in "legacy" mode and changes the GlobalStorage
|
||||
# key used to store the package choices. It is not recommended to use
|
||||
# this, since the module instance key does the same job.
|
||||
#
|
||||
# id: ""
|
||||
|
||||
# The *pkgc* is used for setting the default selection in the QML view
|
||||
|
|
Loading…
Add table
Reference in a new issue