From 4a166b2f5771abd487d41a537ea1c707946fffaf Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Tue, 8 Jul 2014 18:28:04 +0200 Subject: [PATCH] Format settings.conf to make it easy to comment out a module. --- settings.conf | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/settings.conf b/settings.conf index d36595eb1..517e6c281 100644 --- a/settings.conf +++ b/settings.conf @@ -3,7 +3,7 @@ --- # Modules can be core modules (with different interfaces) and QtWidgets page modules. # They could all be placed in a number of different paths. -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 page modules, # with one or more pages) OR be executed if enqueued (all other modules). @@ -11,5 +11,12 @@ modules-search: [ local, /path/to/dir/with/more/modules ] # TBD: do we want to allow non-page modules (core-modules) to be set as immediate or # delayed? Is this an intrinsic property of a module? Does it depend on whether it's # a QProcess, a Python script or a plugin? More research is required. --teo -modules-prepare : [ greeting, locale, keyboard, partition ] -modules-postinstall : [ finished ] +modules-prepare : +- greeting +- locale +- keyboard +- partition +- summary + +modules-postinstall : +- finished