summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-14 07:35:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-19 16:25:01 +0100
commitce9fb83aa91b76f3d8347884bd3c9d20622cbb2b (patch)
treee827c3da5e2128f95cc195fec39c65e07f1abb51 /documentation/ref-manual/ref-variables.xml
parent0c4d56c86feeeb5d5ecd2f663e1df4ea36b2c8cf (diff)
downloadpoky-ce9fb83aa91b76f3d8347884bd3c9d20622cbb2b.tar.gz
dev-manual, ref-manual: Removed VIRTUAL-RUNTIME note from most places.
Fixes [YOCTO #5159] Edits to fix the occurrences of VIRTUAL-RUNTIME_initscripts = "". I removed it from all places in the manuals except under "Selecting an Initialization Manager". Note that it still needed removed from "Using Systemd for the Main Image and Using SysVinit for the Rescue Image". Also, in the "Using Systemd Exclusively" section I made some edits as suggested by Paul Eggleton's review. (From yocto-docs rev: 28b2e3eba3acff17f165899a7f4a65c98263e201) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml24
1 files changed, 0 insertions, 24 deletions
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"
7364 You can disable the service by setting the variable to 7364 You can disable the service by setting the variable to
7365 "disable." 7365 "disable."
7366 </para> 7366 </para>
7367
7368 <note>
7369 For Systemd-based images, include the following
7370 in your <filename>local.conf</filename> file:
7371 <literallayout class='monospaced'>
7372 VIRTUAL-RUNTIME_initscripts = ""
7373 </literallayout>
7374 </note>
7375 </glossdef> 7367 </glossdef>
7376 </glossentry> 7368 </glossentry>
7377 7369
@@ -7395,14 +7387,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7395 or packages in which the build system can find the systemd 7387 or packages in which the build system can find the systemd
7396 unit files. 7388 unit files.
7397 </para> 7389 </para>
7398
7399 <note>
7400 For Systemd-based images, include the following
7401 in your <filename>local.conf</filename> file:
7402 <literallayout class='monospaced'>
7403 VIRTUAL-RUNTIME_initscripts = ""
7404 </literallayout>
7405 </note>
7406 </glossdef> 7390 </glossdef>
7407 </glossentry> 7391 </glossentry>
7408 7392
@@ -7424,14 +7408,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7424 SYSTEMD_SERVICE_${PN} = "connman.service" 7408 SYSTEMD_SERVICE_${PN} = "connman.service"
7425 </literallayout> 7409 </literallayout>
7426 </para> 7410 </para>
7427
7428 <note>
7429 For Systemd-based images, include the following
7430 in your <filename>local.conf</filename> file:
7431 <literallayout class='monospaced'>
7432 VIRTUAL-RUNTIME_initscripts = ""
7433 </literallayout>
7434 </note>
7435 </glossdef> 7411 </glossdef>
7436 </glossentry> 7412 </glossentry>
7437 7413