summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-05-02 16:38:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-04 13:53:06 +0100
commit3a89e9a056a946c03083d3cb8e5870ed67b1b99c (patch)
tree2d4eb0d4c29b880bc816bae4015d480a6f0aa9e3 /documentation/ref-manual
parentd9a7f947246ffe7d0a43dbb2ed376189ac139df8 (diff)
downloadpoky-3a89e9a056a946c03083d3cb8e5870ed67b1b99c.tar.gz
ref-manual: variables.rst: don't mention the INIT_MANAGER "none" option
As it is mainly used for internal purposes, so not necessarily useful for regular users. OE-core "nodistro" uses it as a fallback to the default setting. (From yocto-docs rev: aa4d4034707d7c74488678e77d4f45d65782b2a7) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 4dc67a1324..574af2c2f9 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3962,7 +3962,6 @@ system and gives an overview of their function and contents.
3962 - ``sysvinit`` 3962 - ``sysvinit``
3963 - ``systemd`` 3963 - ``systemd``
3964 - ``mdev-busybox`` 3964 - ``mdev-busybox``
3965 - ``none``
3966 3965
3967 With ``sysvinit``, the init manager is set to 3966 With ``sysvinit``, the init manager is set to
3968 :wikipedia:`SysVinit <Init#SysV-style>`, the traditional UNIX init 3967 :wikipedia:`SysVinit <Init#SysV-style>`, the traditional UNIX init
@@ -3977,10 +3976,6 @@ system and gives an overview of their function and contents.
3977 and lightest solution, and probably the best choice for low-end systems 3976 and lightest solution, and probably the best choice for low-end systems
3978 with a rather slow CPU and a limited amount of RAM. 3977 with a rather slow CPU and a limited amount of RAM.
3979 3978
3980 With ``none``, the init manager is also set to ``sysvinit``. This is the
3981 default setting in OpenEmbedded-Core. This option also selects the
3982 :wikipedia:`udev <Udev>` device manager.
3983
3984 More concretely, this is used to include 3979 More concretely, this is used to include
3985 ``conf/distro/include/init-manager-${INIT_MANAGER}.inc`` into the global 3980 ``conf/distro/include/init-manager-${INIT_MANAGER}.inc`` into the global
3986 configuration. You can have a look at the 3981 configuration. You can have a look at the