summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 1581059891..e7d1ca4cff 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -907,8 +907,9 @@
907 allows you to add packages and is not as flexible as creating 907 allows you to add packages and is not as flexible as creating
908 your own customized image. 908 your own customized image.
909 When you add packages using local variables this way, you need 909 When you add packages using local variables this way, you need
910 to realize that these variable changes affect all images at 910 to realize that these variable changes are in effect for every
911 the same time and might not be what you require. 911 build and consequently affect all images, which might not
912 be what you require.
912 </para> 913 </para>
913 914
914 <para> 915 <para>
@@ -948,8 +949,8 @@
948 <literallayout class='monospaced'> 949 <literallayout class='monospaced'>
949 IMAGE_INSTALL_append_pn-core-image-minimal = " strace" 950 IMAGE_INSTALL_append_pn-core-image-minimal = " strace"
950 </literallayout> 951 </literallayout>
951 This example adds <filename>strace</filename> to 952 This example adds <filename>strace</filename> to the
952 <filename>core-image-minimal</filename> only. 953 <filename>core-image-minimal</filename> image only.
953 </para> 954 </para>
954 955
955 <para> 956 <para>