summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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