Branding component choice in settings.conf.

This commit is contained in:
Teo Mrnjavac 2014-10-10 18:09:26 +02:00
parent d53643f7cc
commit d010d69c61

View File

@ -3,6 +3,7 @@
--- ---
# Modules can be job modules (with different interfaces) and QtWidgets view modules. # Modules can be job modules (with different interfaces) and QtWidgets view modules.
# They could all be placed in a number of different paths. # 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 ] modules-search: [ local, /path/to/dir/with/more/modules ]
# We define the module names in the order they should show up (QtWidget view 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. # Jobs should be executed sparingly (if at all) in this phase.
postinstall: #TODO: actually use this postinstall: #TODO: actually use this
- finished - 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