From 1b35ce34c5bef8d5fb1b5e59a263fa7d7c227303 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 19 Dec 2017 16:16:26 -0500 Subject: [PATCH] Documentation: explain dummyprocess The dummyprocess module can be used to run a single shell command; it can be used effectively with instances to run one or more commands during installation. --- settings.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/settings.conf b/settings.conf index cb514fc17..546b08d39 100644 --- a/settings.conf +++ b/settings.conf @@ -37,6 +37,10 @@ modules-search: [ local ] # For more information on running module instances, run Calamares in debug # mode and check the Modules page in the Debug information interface. # +# A module that is often used with instances is dummyprocess, which will +# run a single (shell) command. By configuring more than one instance of +# the module, multiple shell commands can be run during install. +# # YAML: list of maps of string:string key-value pairs. #instances: #- id: owncloud