OSDN Git Service

Format settings.conf to make it easy to comment out a module.
[alterlinux/alterlinux-calamares.git] / settings.conf
1 # Configuration file for Calamares
2 # Syntax is YAML 1.2
3 ---
4 # Modules can be core modules (with different interfaces) and QtWidgets page modules.
5 # They could all be placed in a number of different paths.
6 modules-search:       [ local, /path/to/dir/with/more/modules ]
7
8 # We define the module names in the order they should show up (QtWidget page modules,
9 # with one or more pages) OR be executed if enqueued (all other modules).
10 # Pages can also enqueue jobs for delayed execution.
11 # TBD: do we want to allow non-page modules (core-modules) to be set as immediate or
12 # delayed? Is this an intrinsic property of a module? Does it depend on whether it's
13 # a QProcess, a Python script or a plugin? More research is required. --teo
14 modules-prepare :
15 - greeting
16 - locale
17 - keyboard
18 - partition
19 - summary
20
21 modules-postinstall :
22 - finished