From 76d4a9ad5f3a73c1f9a8be86b00dfca8fcf66718 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 8 Apr 2013 07:48:43 -0700 Subject: [PATCH] dev-manual: Fixed typo for "init_manager" in VIRTUAL-RUNTIME variable. (From yocto-docs rev: 4ad23290e7dfa89287276473a3d2000fe9824cc7) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++-- 1 file 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 @@ local.conf file as follows: DISTRO_FEATURES = "systemd" - VIRTUAL-RUNTIME_init-manager = "systemd" + VIRTUAL-RUNTIME_init_manager = "systemd" You can save some disk space by adding sysvinit to the distribution features @@ -3595,7 +3595,7 @@ local.conf file as follows: DISTRO_FEATURES = "systemd" - VIRTUAL-RUNTIME_init-manager = "systemd" + VIRTUAL-RUNTIME_init_manager = "systemd" Doing so causes your main image to use the packagegroup-core-boot.bb recipe and