diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 611b407429..767b72a18f 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2097,12 +2097,7 @@
located in your
Source Directory.
section for more information.
- For Systemd-based images, include the following
- in your local.conf file:
-
- VIRTUAL-RUNTIME_initscripts = ""
-
-
+
@@ -5361,14 +5356,6 @@
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:
@@ -5385,6 +5372,14 @@
Doing so removes any redundant SysVinit scripts.
+
+ To remove initscripts from your image altogether,
+ set this variable also:
+
+ VIRTUAL-RUNTIME_initscripts = ""
+
+
+
For information on the backfill variable, see
DISTRO_FEATURES_BACKFILL_CONSIDERED.
@@ -5394,14 +5389,6 @@
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 22a0bce218..964193f9e2 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2896,14 +2896,6 @@
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 fbf0a43dee..b3febc8c85 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7364,14 +7364,6 @@ 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 = ""
-
-
@@ -7395,14 +7387,6 @@ 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 = ""
-
-
@@ -7424,14 +7408,6 @@ 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 = ""
-
-