summaryrefslogtreecommitdiff
path: root/poky/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'poky/documentation/ref-manual/variables.rst')
-rw-r--r--poky/documentation/ref-manual/variables.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/poky/documentation/ref-manual/variables.rst b/poky/documentation/ref-manual/variables.rst
index 4dc67a1324..574af2c2f9 100644
--- a/poky/documentation/ref-manual/variables.rst
+++ b/poky/documentation/ref-manual/variables.rst
@@ -3962,7 +3962,6 @@ system and gives an overview of their function and contents.
- ``sysvinit``
- ``systemd``
- ``mdev-busybox``
- - ``none``
With ``sysvinit``, the init manager is set to
:wikipedia:`SysVinit <Init#SysV-style>`, the traditional UNIX init
@@ -3977,10 +3976,6 @@ system and gives an overview of their function and contents.
and lightest solution, and probably the best choice for low-end systems
with a rather slow CPU and a limited amount of RAM.
- With ``none``, the init manager is also set to ``sysvinit``. This is the
- default setting in OpenEmbedded-Core. This option also selects the
- :wikipedia:`udev <Udev>` device manager.
-
More concretely, this is used to include
``conf/distro/include/init-manager-${INIT_MANAGER}.inc`` into the global
configuration. You can have a look at the