diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-14 07:35:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-19 16:25:01 +0100 |
commit | ce9fb83aa91b76f3d8347884bd3c9d20622cbb2b (patch) | |
tree | e827c3da5e2128f95cc195fec39c65e07f1abb51 /documentation/ref-manual/ref-classes.xml | |
parent | 0c4d56c86feeeb5d5ecd2f663e1df4ea36b2c8cf (diff) | |
download | poky-ce9fb83aa91b76f3d8347884bd3c9d20622cbb2b.tar.gz |
dev-manual, ref-manual: Removed VIRTUAL-RUNTIME note from most places.
Fixes [YOCTO #5159]
Edits to fix the occurrences of VIRTUAL-RUNTIME_initscripts = "".
I removed it from all places in the manuals except under
"Selecting an Initialization Manager". Note that it still
needed removed from "Using Systemd for the Main Image and
Using SysVinit for the Rescue Image".
Also, in the "Using Systemd Exclusively" section I made some
edits as suggested by Paul Eggleton's review.
(From yocto-docs rev: 28b2e3eba3acff17f165899a7f4a65c98263e201)
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.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 22a0bce218..964193f9e2 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2896,14 +2896,6 @@ | |||
2896 | to "disable". | 2896 | to "disable". |
2897 | </para> | 2897 | </para> |
2898 | 2898 | ||
2899 | <note> | ||
2900 | For Systemd-based images, include the following | ||
2901 | in your <filename>local.conf</filename> file: | ||
2902 | <literallayout class='monospaced'> | ||
2903 | VIRTUAL-RUNTIME_initscripts = "" | ||
2904 | </literallayout> | ||
2905 | </note> | ||
2906 | |||
2907 | <para> | 2899 | <para> |
2908 | For more information on <filename>systemd</filename>, see the | 2900 | For more information on <filename>systemd</filename>, see the |
2909 | "<ulink url='&YOCTO_DOCS_DEV_URL;#selecting-an-initialization-manager'>Selecting an Initialization Manager</ulink>" | 2901 | "<ulink url='&YOCTO_DOCS_DEV_URL;#selecting-an-initialization-manager'>Selecting an Initialization Manager</ulink>" |