diff mbox series

dev-manual: SysVinit is the default init manager for Poky

Message ID 2b679560-e819-76cd-5e54-9213b03169c2@crashcourse.ca
State Under Review
Headers show
Series dev-manual: SysVinit is the default init manager for Poky | expand

Commit Message

Robert P. J. Day June 16, 2026, 2:29 p.m. UTC
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 <rpjday@crashcourse.ca>

---
diff mbox series

Patch

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