aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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/dev-manual
parent0c4d56c86feeeb5d5ecd2f663e1df4ea36b2c8cf (diff)
downloadopenembedded-core-contrib-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/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml31
1 files changed, 9 insertions, 22 deletions
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
<link linkend='source-directory'>Source Directory</link>.
section for more information.
- <note>For Systemd-based images, include the following
- in your <filename>local.conf</filename> file:
- <literallayout class='monospaced'>
- VIRTUAL-RUNTIME_initscripts = ""
- </literallayout>
- </note></para></listitem>
+ </para></listitem>
</itemizedlist>
</para>
</section>
@@ -5362,14 +5357,6 @@
<title>Using Systemd Exclusively</title>
<para>
- Set this variable in your <filename>local.conf</filename>
- file:
- <literallayout class='monospaced'>
- VIRTUAL-RUNTIME_initscripts = ""
- </literallayout>
- </para>
-
- <para>
Set the these variables in your distribution configuration
file as follows:
<literallayout class='monospaced'>
@@ -5386,6 +5373,14 @@
</para>
<para>
+ To remove initscripts from your image altogether,
+ set this variable also:
+ <literallayout class='monospaced'>
+ VIRTUAL-RUNTIME_initscripts = ""
+ </literallayout>
+ </para>
+
+ <para>
For information on the backfill variable, see
<ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_FEATURES_BACKFILL_CONSIDERED'><filename>DISTRO_FEATURES_BACKFILL_CONSIDERED</filename></ulink>.
</para>
@@ -5395,14 +5390,6 @@
<title>Using Systemd for the Main Image and Using SysVinit for the Rescue Image</title>
<para>
- Set this variable in your <filename>local.conf</filename>
- file:
- <literallayout class='monospaced'>
- VIRTUAL-RUNTIME_initscripts = ""
- </literallayout>
- </para>
-
- <para>
Set the these variables in your distribution configuration
file as follows:
<literallayout class='monospaced'>