Commit Graph

6 Commits

Author SHA1 Message Date
Xavier Delaruelle
ebc1900e6f init: example to enable silent_shell_debug in dfl initrc 2021-09-01 07:24:03 +02:00
Xavier Delaruelle
1c8f3c267b init: example to enable quarantine_support in dfl initrc 2021-08-26 21:25:16 +02:00
Xavier Delaruelle
63a36443a5 init: remove useless '1.0' in initrc magic cookie
Remove the '1.0' in the #%Module magic cookie header of the generated
initrc configuration file. Users may define a more appropriate magic
cookie compatibility version.
2021-08-21 18:36:55 +02:00
Xavier Delaruelle
d3e066aa01 init: set modulepaths only in modulespath if installed
When the installation option `--enable-modulespath` is set, the list of
modulepath to enable by default is now only defined in the `modulespath`
configuration file and not anymore in the `initrc` configuration file.
2021-08-17 20:12:31 +02:00
Xavier Delaruelle
ca6783c6a2 init: add example code to load init env in initrc
Add example code in default initrc, the initialization script of
Modules, to either restore user's default collection if it exists or
load a predefined module list when initializating Modules.
2021-08-16 07:05:35 +02:00
Xavier Delaruelle
0f76f1f13b init: name default config files initrc/modulespath
Rename the configuration template files following the new default naming
scheme for these files: modulerc becomes initrc and .modulespath becomes
modulespath.
2021-07-24 14:06:06 +02:00