summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
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/ref-manual/ref-classes.xml
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/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml8
1 files changed, 8 insertions, 0 deletions
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 @@
2854 to "disable". 2854 to "disable".
2855 </para> 2855 </para>
2856 2856
2857 <note>
2858 For Systemd-based images, include the following
2859 in your <filename>local.conf</filename> file:
2860 <literallayout class='monospaced'>
2861 VIRTUAL-RUNTIME_initscripts = ""
2862 </literallayout>
2863 </note>
2864
2857 <para> 2865 <para>
2858 For more information on <filename>systemd</filename>, see the 2866 For more information on <filename>systemd</filename>, see the
2859 "<ulink url='&YOCTO_DOCS_DEV_URL;#selecting-an-initialization-manager'>Selecting an Initialization Manager</ulink>" 2867 "<ulink url='&YOCTO_DOCS_DEV_URL;#selecting-an-initialization-manager'>Selecting an Initialization Manager</ulink>"