diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-27 13:11:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:35 +0100 |
commit | cb234f5f904a2ff6850964919853df7799c4a0a5 (patch) | |
tree | a6a717924f131c9db292a2604912551faf2ce682 /documentation | |
parent | 28ae8f90b3c7c5a5fa9b7749af5f5690fc4fb294 (diff) | |
download | poky-cb234f5f904a2ff6850964919853df7799c4a0a5.tar.gz |
ref-manual: Created a list as needed.
(From yocto-docs rev: 81ea1833a7c5b4080b3947422f42b13d59770085)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 41a663394a..cda9f72c79 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -390,16 +390,16 @@ | |||
390 | First, the root filesystem is created from packages using | 390 | First, the root filesystem is created from packages using |
391 | one of the <filename>rootfs_*.bbclass</filename> | 391 | one of the <filename>rootfs_*.bbclass</filename> |
392 | files (depending on the package format used) and then the image is created. | 392 | files (depending on the package format used) and then the image is created. |
393 | </para> | 393 | <itemizedlist> |
394 | 394 | <listitem><para>The | |
395 | <para> | 395 | <filename><link linkend='var-IMAGE_FSTYPES'>IMAGE_FSTYPES</link></filename> |
396 | The <filename><link linkend='var-IMAGE_FSTYPES'>IMAGE_FSTYPES</link></filename> | 396 | variable controls the types of images to generate. |
397 | variable controls the types of images to generate. | 397 | </para></listitem> |
398 | </para> | 398 | <listitem><para>The |
399 | 399 | <filename><link linkend='var-IMAGE_INSTALL'>IMAGE_INSTALL</link></filename> | |
400 | <para> | 400 | variable controls the list of packages to install into the |
401 | The <filename><link linkend='var-IMAGE_INSTALL'>IMAGE_INSTALL</link></filename> | 401 | image.</para></listitem> |
402 | variable controls the list of packages to install into the image. | 402 | </itemizedlist> |
403 | </para> | 403 | </para> |
404 | </section> | 404 | </section> |
405 | 405 | ||