summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml24
1 files changed, 24 insertions, 0 deletions
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