[PATCH] dev-manual: SysVinit is the default init manager for Poky
"Robert P. J. Day" <[email protected]>
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
Correct the opening sentence of the Init Manager section to clarify that SysVinit is the default init manager if one is using the Poky distro. Signed-off-by: Robert P. J. Day <[email protected]> --- diff --git a/documentation/dev-manual/init-manager.rst b/documentation/dev-manual/init-manager.rst index 670810310..c9d344a88 100644 --- a/documentation/dev-manual/init-manager.rst +++ b/documentation/dev-manual/init-manager.rst @@ -5,7 +5,7 @@ Selecting an Initialization Manager *********************************** -By default, the Yocto Project uses :wikipedia:`SysVinit <Init#SysV-style>` as +By default, the :term:`Poky` distro uses :wikipedia:`SysVinit <Init#SysV-style>` as the initialization manager. There is also support for BusyBox init, a simpler implementation, as well as support for :wikipedia:`systemd <Systemd>`, which is a full replacement for init with parallel starting of services, reduced