Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Calamares
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
Calamares
Commits
009acfcf
Commit
009acfcf
authored
10 years ago
by
Teo Mrnjavac
Browse files
Options
Downloads
Patches
Plain Diff
Update settings.conf defaults and documentation.
parent
3326ec4a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
settings.conf
+8
-5
8 additions, 5 deletions
settings.conf
with
8 additions
and
5 deletions
settings.conf
+
8
−
5
View file @
009acfcf
...
@@ -3,13 +3,16 @@
...
@@ -3,13 +3,16 @@
---
---
# 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" is a list of strings, each of these can either be a full path to a
modules
-
search
: [
local
, /
path
/
to
/
dir
/
with
/
more
/
modules
]
# directory or the keyword "local".
# "local" means LIBDIR/calamares/modules with settings in SHARE/calamares/modules or
# /etc/calamares/modules.
modules
-
search
: [
local
]
# 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,
# with one or more pages) OR be executed if enqueued (all other modules).
# with one or more pages) OR be executed if enqueued (all other modules).
# Pages can also enqueue jobs for delayed execution in the order specified for the
# Pages can also enqueue jobs for delayed execution in the order specified for the
# install phase.
# install
phase, so a viewmodule name can appear in more than one
phase.
# Phase 1 - prepare.
# Phase 1 - prepare.
# View modules are shown as UI pages, jobs from job modules are executed immediately in
# View modules are shown as UI pages, jobs from job modules are executed immediately in
...
@@ -61,8 +64,8 @@ postinstall:
...
@@ -61,8 +64,8 @@ postinstall:
# A branding component is a directory, either in SHARE/calamares/branding or in
# 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
# /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
# YAML file branding.desc which may reference additional resources (such as images
or QML)
# paths relative to the current directory.
#
as
paths relative to the current directory.
# Only the name of the branding component (directory) should be specified here, Calamares
# Only the name of the branding component (directory) should be specified here, Calamares
# then takes care of finding it and loading the contents.
# then takes care of finding it and loading the contents.
branding
:
default
branding
:
default
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment