diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-21 08:33:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-21 22:47:11 +0100 |
commit | 601d5f1af0ca39e6a2f0dacb93f46faecbac7dfb (patch) | |
tree | 15f2f16328dd67a0e53a08207fb211fe946756f6 | |
parent | 3f0a863ad041a83d13faece4a4ec4760209880c1 (diff) | |
download | poky-601d5f1af0ca39e6a2f0dacb93f46faecbac7dfb.tar.gz |
dev-manual: Fixed some "systemd" capitalization issues.
I was using this term inconsistently. I have cleaned it up so
that no initial capital is used.
(From yocto-docs rev: 7dea2c5ef067d81b8350cd54ba4082c35d7077b1)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 01cfd92222..445ca1750b 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -2082,14 +2082,15 @@ | |||
2082 | and | 2082 | and |
2083 | <ulink url='&YOCTO_DOCS_REF_URL;#var-INITSCRIPT_PARAMS'><filename>INITSCRIPT_PARAMS</filename></ulink> | 2083 | <ulink url='&YOCTO_DOCS_REF_URL;#var-INITSCRIPT_PARAMS'><filename>INITSCRIPT_PARAMS</filename></ulink> |
2084 | variables within your recipe.</para></listitem> | 2084 | variables within your recipe.</para></listitem> |
2085 | <listitem><para><emphasis>Systemd:</emphasis> | 2085 | <listitem><para><emphasis>systemd:</emphasis> |
2086 | Systemd was designed to replace SysVinit and to provide | 2086 | System Management Daemon (systemd) was designed to |
2087 | replace SysVinit and to provide | ||
2087 | enhanced management of services. | 2088 | enhanced management of services. |
2088 | For more information on Systemd, see the Systemd | 2089 | For more information on systemd, see the systemd |
2089 | homepage at | 2090 | homepage at |
2090 | <ulink url='http://freedesktop.org/wiki/Software/systemd/'></ulink>. | 2091 | <ulink url='http://freedesktop.org/wiki/Software/systemd/'></ulink>. |
2091 | </para> | 2092 | </para> |
2092 | <para>To enable a service using Systemd, your recipe | 2093 | <para>To enable a service using systemd, your recipe |
2093 | needs to inherit the | 2094 | needs to inherit the |
2094 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-systemd'><filename>systemd</filename></ulink> | 2095 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-systemd'><filename>systemd</filename></ulink> |
2095 | class. | 2096 | class. |
@@ -5340,7 +5341,7 @@ | |||
5340 | <para> | 5341 | <para> |
5341 | By default, the Yocto Project uses SysVinit as the initialization | 5342 | By default, the Yocto Project uses SysVinit as the initialization |
5342 | manager. | 5343 | manager. |
5343 | However, support also exists for Systemd, | 5344 | However, support also exists for systemd, |
5344 | which is a full replacement for init with | 5345 | which is a full replacement for init with |
5345 | parallel starting of services, reduced shell overhead and other | 5346 | parallel starting of services, reduced shell overhead and other |
5346 | features that are used by many distributions. | 5347 | features that are used by many distributions. |
@@ -5349,12 +5350,12 @@ | |||
5349 | <para> | 5350 | <para> |
5350 | If you want to use SysVinit, you do | 5351 | If you want to use SysVinit, you do |
5351 | not have to do anything. | 5352 | not have to do anything. |
5352 | But, if you want to use Systemd, you must | 5353 | But, if you want to use systemd, you must |
5353 | take some steps as described in the following sections. | 5354 | take some steps as described in the following sections. |
5354 | </para> | 5355 | </para> |
5355 | 5356 | ||
5356 | <section id='using-systemd-exclusively'> | 5357 | <section id='using-systemd-exclusively'> |
5357 | <title>Using Systemd Exclusively</title> | 5358 | <title>Using systemd Exclusively</title> |
5358 | 5359 | ||
5359 | <para> | 5360 | <para> |
5360 | Set the these variables in your distribution configuration | 5361 | Set the these variables in your distribution configuration |
@@ -5387,7 +5388,7 @@ | |||
5387 | </section> | 5388 | </section> |
5388 | 5389 | ||
5389 | <section id='using-systemd-for-the-main-image-and-using-sysvinit-for-the-rescue-image'> | 5390 | <section id='using-systemd-for-the-main-image-and-using-sysvinit-for-the-rescue-image'> |
5390 | <title>Using Systemd for the Main Image and Using SysVinit for the Rescue Image</title> | 5391 | <title>Using systemd for the Main Image and Using SysVinit for the Rescue Image</title> |
5391 | 5392 | ||
5392 | <para> | 5393 | <para> |
5393 | Set the these variables in your distribution configuration | 5394 | Set the these variables in your distribution configuration |
@@ -5398,11 +5399,11 @@ | |||
5398 | </literallayout> | 5399 | </literallayout> |
5399 | Doing so causes your main image to use the | 5400 | Doing so causes your main image to use the |
5400 | <filename>packagegroup-core-boot.bb</filename> recipe and | 5401 | <filename>packagegroup-core-boot.bb</filename> recipe and |
5401 | Systemd. | 5402 | systemd. |
5402 | The rescue/minimal image cannot use this package group. | 5403 | The rescue/minimal image cannot use this package group. |
5403 | However, it can install SysVinit | 5404 | However, it can install SysVinit |
5404 | and the appropriate packages will have support for both | 5405 | and the appropriate packages will have support for both |
5405 | Systemd and SysVinit. | 5406 | systemd and SysVinit. |
5406 | </para> | 5407 | </para> |
5407 | </section> | 5408 | </section> |
5408 | </section> | 5409 | </section> |
@@ -6014,7 +6015,7 @@ | |||
6014 | A test name maps directly to a Python module. | 6015 | A test name maps directly to a Python module. |
6015 | Each test module may contain a number of individual tests. | 6016 | Each test module may contain a number of individual tests. |
6016 | Tests are usually grouped together by the area | 6017 | Tests are usually grouped together by the area |
6017 | tested (e.g tests for Systemd reside in | 6018 | tested (e.g tests for systemd reside in |
6018 | <filename>meta/lib/oeqa/runtime/systemd.py</filename>). | 6019 | <filename>meta/lib/oeqa/runtime/systemd.py</filename>). |
6019 | </para> | 6020 | </para> |
6020 | 6021 | ||