diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-12-28 10:25:00 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-11 17:23:17 +0000 |
| commit | d229fded3ecb2332bb8602a4924990417385cf09 (patch) | |
| tree | 3d1970ac6b5f3d345f90ac9de863c80c905d6be4 /documentation | |
| parent | 27751642cd7669f649c5de0d5330727b67e100c2 (diff) | |
| download | poky-d229fded3ecb2332bb8602a4924990417385cf09.tar.gz | |
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>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 12 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
2 files changed, 9 insertions, 9 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 |
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 7e08f76cc7..0f6535cea1 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -15556,11 +15556,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 15556 | <para role="glossdeffirst"> | 15556 | <para role="glossdeffirst"> |
| 15557 | Specifies the location of the Wic | 15557 | Specifies the location of the Wic |
| 15558 | kickstart file that is used by the OpenEmbedded build | 15558 | kickstart file that is used by the OpenEmbedded build |
| 15559 | system to create a Wic-partitioned image | 15559 | system to create a partitioned image |
| 15560 | (<replaceable>image</replaceable><filename>.wic</filename>). | 15560 | (<replaceable>image</replaceable><filename>.wic</filename>). |
| 15561 | For information on how to create a | 15561 | For information on how to create a |
| 15562 | Wic-partitioned image, see the | 15562 | partitioned image, see the |
| 15563 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-wic-images-oe'>Creating Wic-Partitioned Images</ulink>" | 15563 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-wic-images-oe'>Creating Partitioned Images</ulink>" |
| 15564 | section. | 15564 | section. |
| 15565 | For details on the kickstart file format, see the | 15565 | For details on the kickstart file format, see the |
| 15566 | "<ulink url='&YOCTO_DOCS_DEV_URL;#openembedded-kickstart-wks-reference'>OpenEmbedded Kickstart (<filename>.wks</filename>) Reference</ulink>. | 15566 | "<ulink url='&YOCTO_DOCS_DEV_URL;#openembedded-kickstart-wks-reference'>OpenEmbedded Kickstart (<filename>.wks</filename>) Reference</ulink>. |
