summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-08 07:48:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-10 16:20:54 +0100
commit76d4a9ad5f3a73c1f9a8be86b00dfca8fcf66718 (patch)
tree727bc10ad588dd1e0c197993a1bbe2596aaaa826 /documentation
parent64a5bec85013f6fa1614d820a22031060dafc67b (diff)
downloadast2050-yocto-poky-76d4a9ad5f3a73c1f9a8be86b00dfca8fcf66718.zip
ast2050-yocto-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')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
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 02d1dd2..51d6501 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3574,7 +3574,7 @@
<filename>local.conf</filename> file as follows:
<literallayout class='monospaced'>
DISTRO_FEATURES = "systemd"
- VIRTUAL-RUNTIME_init-manager = "systemd"
+ VIRTUAL-RUNTIME_init_manager = "systemd"
</literallayout>
You can save some disk space by adding
<filename>sysvinit</filename> to the distribution features
@@ -3595,7 +3595,7 @@
<filename>local.conf</filename> file as follows:
<literallayout class='monospaced'>
DISTRO_FEATURES = "systemd"
- VIRTUAL-RUNTIME_init-manager = "systemd"
+ VIRTUAL-RUNTIME_init_manager = "systemd"
</literallayout>
Doing so causes your main image to use the
<filename>packagegroup-core-boot.bb</filename> recipe and
OpenPOWER on IntegriCloud