diff options
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
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 |