diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-08 07:48:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 16:20:54 +0100 |
commit | 76d4a9ad5f3a73c1f9a8be86b00dfca8fcf66718 (patch) | |
tree | 727bc10ad588dd1e0c197993a1bbe2596aaaa826 /documentation/dev-manual | |
parent | 64a5bec85013f6fa1614d820a22031060dafc67b (diff) | |
download | poky-76d4a9ad5f3a73c1f9a8be86b00dfca8fcf66718.tar.gz |
dev-manual: Fixed typo for "init_manager" in VIRTUAL-RUNTIME variable.
(From yocto-docs rev: 4ad23290e7dfa89287276473a3d2000fe9824cc7)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 02d1dd22b4..51d65016fc 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -3574,7 +3574,7 @@ | |||
3574 | <filename>local.conf</filename> file as follows: | 3574 | <filename>local.conf</filename> file as follows: |
3575 | <literallayout class='monospaced'> | 3575 | <literallayout class='monospaced'> |
3576 | DISTRO_FEATURES = "systemd" | 3576 | DISTRO_FEATURES = "systemd" |
3577 | VIRTUAL-RUNTIME_init-manager = "systemd" | 3577 | VIRTUAL-RUNTIME_init_manager = "systemd" |
3578 | </literallayout> | 3578 | </literallayout> |
3579 | You can save some disk space by adding | 3579 | You can save some disk space by adding |
3580 | <filename>sysvinit</filename> to the distribution features | 3580 | <filename>sysvinit</filename> to the distribution features |
@@ -3595,7 +3595,7 @@ | |||
3595 | <filename>local.conf</filename> file as follows: | 3595 | <filename>local.conf</filename> file as follows: |
3596 | <literallayout class='monospaced'> | 3596 | <literallayout class='monospaced'> |
3597 | DISTRO_FEATURES = "systemd" | 3597 | DISTRO_FEATURES = "systemd" |
3598 | VIRTUAL-RUNTIME_init-manager = "systemd" | 3598 | VIRTUAL-RUNTIME_init_manager = "systemd" |
3599 | </literallayout> | 3599 | </literallayout> |
3600 | Doing so causes your main image to use the | 3600 | Doing so causes your main image to use the |
3601 | <filename>packagegroup-core-boot.bb</filename> recipe and | 3601 | <filename>packagegroup-core-boot.bb</filename> recipe and |