summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-classes.xml8
-rw-r--r--documentation/ref-manual/ref-variables.xml24
2 files changed, 32 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>"
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 22d7f13a0a..d42929a016 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7113,6 +7113,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7113 You can disable the service by setting the variable to 7113 You can disable the service by setting the variable to
7114 "disable." 7114 "disable."
7115 </para> 7115 </para>
7116
7117 <note>
7118 For Systemd-based images, include the following
7119 in your <filename>local.conf</filename> file:
7120 <literallayout class='monospaced'>
7121 VIRTUAL-RUNTIME_initscripts = ""
7122 </literallayout>
7123 </note>
7116 </glossdef> 7124 </glossdef>
7117 </glossentry> 7125 </glossentry>
7118 7126
@@ -7136,6 +7144,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7136 or packages in which the build system can find the systemd 7144 or packages in which the build system can find the systemd
7137 unit files. 7145 unit files.
7138 </para> 7146 </para>
7147
7148 <note>
7149 For Systemd-based images, include the following
7150 in your <filename>local.conf</filename> file:
7151 <literallayout class='monospaced'>
7152 VIRTUAL-RUNTIME_initscripts = ""
7153 </literallayout>
7154 </note>
7139 </glossdef> 7155 </glossdef>
7140 </glossentry> 7156 </glossentry>
7141 7157
@@ -7157,6 +7173,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7157 SYSTEMD_SERVICE_${PN} = "connman.service" 7173 SYSTEMD_SERVICE_${PN} = "connman.service"
7158 </literallayout> 7174 </literallayout>
7159 </para> 7175 </para>
7176
7177 <note>
7178 For Systemd-based images, include the following
7179 in your <filename>local.conf</filename> file:
7180 <literallayout class='monospaced'>
7181 VIRTUAL-RUNTIME_initscripts = ""
7182 </literallayout>
7183 </note>
7160 </glossdef> 7184 </glossdef>
7161 </glossentry> 7185 </glossentry>
7162 7186