Merge pull request #76857 from Infinisil/recursive-disableModules

Apply `disabledModules` recursively
This commit is contained in:
Silvan Mosberger
2020-01-09 18:20:12 +01:00
committed by GitHub
10 changed files with 120 additions and 31 deletions
@@ -6,8 +6,8 @@
<title>Replace Modules</title>
<para>
Modules that are imported can also be disabled. The option declarations and
config implementation of a disabled module will be ignored, allowing another
Modules that are imported can also be disabled. The option declarations,
config implementation and the imports of a disabled module will be ignored, allowing another
to take it's place. This can be used to import a set of modules from another
channel while keeping the rest of the system on a stable release.
</para>