ref-manual, dev-manual: Removed term "wic-partitioned"

This term was incorrect and I have replaced it with the
term "partitioned."

(From yocto-docs rev: 50dd5c6994a2f799fdaf1ccbf7138b0074e981ee)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-12-28 10:25:00 -08:00 committed by Richard Purdie
parent 27751642cd
commit d229fded3e
2 changed files with 9 additions and 9 deletions

View File

@ -4369,7 +4369,7 @@
</para> </para>
<para> <para>
You can generate Wic-partitioned images You can generate partitioned images
(<replaceable>image</replaceable><filename>.wic</filename>) (<replaceable>image</replaceable><filename>.wic</filename>)
two ways: using the OpenEmbedded build system and by running two ways: using the OpenEmbedded build system and by running
the OpenEmbedded Image Creator Wic directly. the OpenEmbedded Image Creator Wic directly.
@ -4377,13 +4377,13 @@
</para> </para>
<section id='creating-wic-images-oe'> <section id='creating-wic-images-oe'>
<title>Creating Wic-Partitioned Images</title> <title>Creating Partitioned Images</title>
<para> <para>
The OpenEmbedded build system can generate The OpenEmbedded build system can generate
Wic-partitioned images the same way as it generates partitioned images the same way as it generates
any other image type. any other image type.
To generate a Wic-partitioned image, you need to modify To generate a partitioned image, you need to modify
two variables. two variables.
<itemizedlist> <itemizedlist>
<listitem><para> <listitem><para>
@ -4399,7 +4399,7 @@
variable variable
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>
Further steps to generate a Wic-partitioned image Further steps to generate a partitioned image
are the same as for any other image type. are the same as for any other image type.
For information on image types, see the For information on image types, see the
"<link linkend='building-images'>Building Images</link>" "<link linkend='building-images'>Building Images</link>"
@ -4842,7 +4842,7 @@
<title>Using a Modified Kickstart File</title> <title>Using a Modified Kickstart File</title>
<para> <para>
Because Wic-partitioned image creation is Because partitioned image creation is
driven by the kickstart file, it is easy to affect driven by the kickstart file, it is easy to affect
image creation by changing the parameters in the file. image creation by changing the parameters in the file.
This next example demonstrates that through modification This next example demonstrates that through modification

View File

@ -15556,11 +15556,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para role="glossdeffirst"> <para role="glossdeffirst">
Specifies the location of the Wic Specifies the location of the Wic
kickstart file that is used by the OpenEmbedded build kickstart file that is used by the OpenEmbedded build
system to create a Wic-partitioned image system to create a partitioned image
(<replaceable>image</replaceable><filename>.wic</filename>). (<replaceable>image</replaceable><filename>.wic</filename>).
For information on how to create a For information on how to create a
Wic-partitioned image, see the partitioned image, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#creating-wic-images-oe'>Creating Wic-Partitioned Images</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-wic-images-oe'>Creating Partitioned Images</ulink>"
section. section.
For details on the kickstart file format, see the For details on the kickstart file format, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#openembedded-kickstart-wks-reference'>OpenEmbedded Kickstart (<filename>.wks</filename>) Reference</ulink>. "<ulink url='&YOCTO_DOCS_DEV_URL;#openembedded-kickstart-wks-reference'>OpenEmbedded Kickstart (<filename>.wks</filename>) Reference</ulink>.