summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-02 13:24:14 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-04 15:20:17 +0100
commit5d6dcdb837e4369b4b624e9ff6fcf432c44c2c29 (patch)
tree8039a411f0264d5d63c90be6bbddf1846c019f66 /documentation/dev-manual
parent6ff92a69662a23794732113be7f761b8d5fb9a65 (diff)
downloadpoky-5d6dcdb837e4369b4b624e9ff6fcf432c44c2c29.tar.gz
dev-manual, ref-manual: Added notes for Systemd-based images.
Fixes [YOCTO #5159] In the dev-manual, I located instances where a note about using VIRTURAL-RUNTIME_initscripts = "" in the local.conf file would be appropriate. Three areas updated. In the ref-manual, I located the note in the systemd.bbclass section and the variable descriptions for SYSTEM_AUTO_ENABLE, SYSTEM_PACKAGES, and SYSTEMD_SERVICE. (From yocto-docs rev: 57b0acf2f3f8159b635b42dcffa129f7d945eb81) 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.xml24
1 files changed, 23 insertions, 1 deletions
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 @@
2096 See the <filename>systemd.class</filename> file 2096 See the <filename>systemd.class</filename> file
2097 located in your 2097 located in your
2098 <link linkend='source-directory'>Source Directory</link>. 2098 <link linkend='source-directory'>Source Directory</link>.
2099 section for more information.</para></listitem> 2099 section for more information.
2100 <note>For Systemd-based images, include the following
2101 in your <filename>local.conf</filename> file:
2102 <literallayout class='monospaced'>
2103 VIRTUAL-RUNTIME_initscripts = ""
2104 </literallayout>
2105 </note></para></listitem>
2100 </itemizedlist> 2106 </itemizedlist>
2101 </para> 2107 </para>
2102 </section> 2108 </section>
@@ -5356,6 +5362,14 @@
5356 <title>Using Systemd Exclusively</title> 5362 <title>Using Systemd Exclusively</title>
5357 5363
5358 <para> 5364 <para>
5365 Set this variable in your <filename>local.conf</filename>
5366 file:
5367 <literallayout class='monospaced'>
5368 VIRTUAL-RUNTIME_initscripts = ""
5369 </literallayout>
5370 </para>
5371
5372 <para>
5359 Set the these variables in your distribution configuration 5373 Set the these variables in your distribution configuration
5360 file as follows: 5374 file as follows:
5361 <literallayout class='monospaced'> 5375 <literallayout class='monospaced'>
@@ -5381,6 +5395,14 @@
5381 <title>Using Systemd for the Main Image and Using SysVinit for the Rescue Image</title> 5395 <title>Using Systemd for the Main Image and Using SysVinit for the Rescue Image</title>
5382 5396
5383 <para> 5397 <para>
5398 Set this variable in your <filename>local.conf</filename>
5399 file:
5400 <literallayout class='monospaced'>
5401 VIRTUAL-RUNTIME_initscripts = ""
5402 </literallayout>
5403 </para>
5404
5405 <para>
5384 Set the these variables in your distribution configuration 5406 Set the these variables in your distribution configuration
5385 file as follows: 5407 file as follows:
5386 <literallayout class='monospaced'> 5408 <literallayout class='monospaced'>