From cee4047ae6494b64081fff0325f9cb6d3887baa8 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 16 Jun 2026 10:29:08 -0400 Subject: [PATCH] dev-manual: SysVinit is the default init manager for Poky 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. (From yocto-docs rev: 16e6447ab91b53fed78128dc4d000bc8c086a221) Signed-off-by: Robert P. J. Day Signed-off-by: Antonin Godard (cherry picked from commit d467da2ccb5a78ac6a5ca9d976a435b4d4e0e270) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/dev-manual/init-manager.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/init-manager.rst b/documentation/dev-manual/init-manager.rst index ddce82b81f..db8f5f9956 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 ` as +By default, the :term:`Poky` distro uses :wikipedia:`SysVinit ` as the initialization manager. There is also support for BusyBox init, a simpler implementation, as well as support for :wikipedia:`systemd `, which is a full replacement for init with parallel starting of services, reduced