mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 02:15:44 -05:00
Branding component choice in settings.conf.
This commit is contained in:
parent
d53643f7cc
commit
d010d69c61
1 changed files with 10 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
---
|
||||
# Modules can be job modules (with different interfaces) and QtWidgets view modules.
|
||||
# They could all be placed in a number of different paths.
|
||||
# "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
|
||||
modules-search: [ local, /path/to/dir/with/more/modules ]
|
||||
|
||||
# We define the module names in the order they should show up (QtWidget view modules,
|
||||
|
@ -52,3 +53,12 @@ install:
|
|||
# Jobs should be executed sparingly (if at all) in this phase.
|
||||
postinstall: #TODO: actually use this
|
||||
- finished
|
||||
|
||||
|
||||
# A branding component is a directory, either in SHARE/calamares/branding or in
|
||||
# /etc/calamares/branding (the latter takes precedence). The directory must contain a
|
||||
# YAML file branding.desc which may reference additional resources (such as images) as
|
||||
# paths relative to the current directory.
|
||||
# Only the name of the branding component (directory) should be specified here, Calamares
|
||||
# then takes care of finding it and loading the contents.
|
||||
branding: default
|
Loading…
Add table
Reference in a new issue