diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index c6e4efd6d9..b8be01b012 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -2096,7 +2096,13 @@ See the systemd.class file located in your Source Directory. - section for more information. + section for more information. + For Systemd-based images, include the following + in your local.conf file: + + VIRTUAL-RUNTIME_initscripts = "" + + @@ -5355,6 +5361,14 @@
Using Systemd Exclusively + + Set this variable in your local.conf + file: + + VIRTUAL-RUNTIME_initscripts = "" + + + Set the these variables in your distribution configuration file as follows: @@ -5380,6 +5394,14 @@
Using Systemd for the Main Image and Using SysVinit for the Rescue Image + + Set this variable in your local.conf + file: + + VIRTUAL-RUNTIME_initscripts = "" + + + Set the these variables in your distribution configuration file as follows: diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 55ee43ce87..c86875ed84 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -2854,6 +2854,14 @@ to "disable". + + For Systemd-based images, include the following + in your local.conf file: + + VIRTUAL-RUNTIME_initscripts = "" + + + For more information on systemd, see the "Selecting an Initialization Manager" diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 22d7f13a0a..d42929a016 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -7113,6 +7113,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" You can disable the service by setting the variable to "disable." + + + For Systemd-based images, include the following + in your local.conf file: + + VIRTUAL-RUNTIME_initscripts = "" + + @@ -7136,6 +7144,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" or packages in which the build system can find the systemd unit files. + + + For Systemd-based images, include the following + in your local.conf file: + + VIRTUAL-RUNTIME_initscripts = "" + + @@ -7157,6 +7173,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSTEMD_SERVICE_${PN} = "connman.service" + + + For Systemd-based images, include the following + in your local.conf file: + + VIRTUAL-RUNTIME_initscripts = "" + +