Remove <configfile> feature from init

Fixes #3753
This commit is contained in:
Norman Feske
2020-05-08 17:02:22 +02:00
parent c39a342fe5
commit cb5b688eb9
3 changed files with 1 additions and 37 deletions

View File

@@ -220,14 +220,6 @@ As illustrated by this example, the use of the nested configuration feature
enables the construction of arbitrarily complex component trees via a single
configuration file.
Alternatively to specifying all nested configurations in a single config file,
any sub configuration can be placed in a separate file specified via the
'configfile' node. For example:
! <start name="nitpicker">
! <resource name="RAM" quantum="1M"/>
! <configfile name="nitpicker.config"/>
! </start>
Assigning subsystems to CPUs
============================