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.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index d48724c82c..603ca1ff8e 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4369,7 +4369,7 @@
4369 </para> 4369 </para>
4370 4370
4371 <para> 4371 <para>
4372 You can generate Wic-partitioned images 4372 You can generate partitioned images
4373 (<replaceable>image</replaceable><filename>.wic</filename>) 4373 (<replaceable>image</replaceable><filename>.wic</filename>)
4374 two ways: using the OpenEmbedded build system and by running 4374 two ways: using the OpenEmbedded build system and by running
4375 the OpenEmbedded Image Creator Wic directly. 4375 the OpenEmbedded Image Creator Wic directly.
@@ -4377,13 +4377,13 @@
4377 </para> 4377 </para>
4378 4378
4379 <section id='creating-wic-images-oe'> 4379 <section id='creating-wic-images-oe'>
4380 <title>Creating Wic-Partitioned Images</title> 4380 <title>Creating Partitioned Images</title>
4381 4381
4382 <para> 4382 <para>
4383 The OpenEmbedded build system can generate 4383 The OpenEmbedded build system can generate
4384 Wic-partitioned images the same way as it generates 4384 partitioned images the same way as it generates
4385 any other image type. 4385 any other image type.
4386 To generate a Wic-partitioned image, you need to modify 4386 To generate a partitioned image, you need to modify
4387 two variables. 4387 two variables.
4388 <itemizedlist> 4388 <itemizedlist>
4389 <listitem><para> 4389 <listitem><para>
@@ -4399,7 +4399,7 @@
4399 variable 4399 variable
4400 </para></listitem> 4400 </para></listitem>
4401 </itemizedlist> 4401 </itemizedlist>
4402 Further steps to generate a Wic-partitioned image 4402 Further steps to generate a partitioned image
4403 are the same as for any other image type. 4403 are the same as for any other image type.
4404 For information on image types, see the 4404 For information on image types, see the
4405 "<link linkend='building-images'>Building Images</link>" 4405 "<link linkend='building-images'>Building Images</link>"
@@ -4842,7 +4842,7 @@
4842 <title>Using a Modified Kickstart File</title> 4842 <title>Using a Modified Kickstart File</title>
4843 4843
4844 <para> 4844 <para>
4845 Because Wic-partitioned image creation is 4845 Because partitioned image creation is
4846 driven by the kickstart file, it is easy to affect 4846 driven by the kickstart file, it is easy to affect
4847 image creation by changing the parameters in the file. 4847 image creation by changing the parameters in the file.
4848 This next example demonstrates that through modification 4848 This next example demonstrates that through modification