diff options
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 | ||