]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Created a list as needed.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 27 Mar 2013 20:11:29 +0000 (13:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 13:13:35 +0000 (14:13 +0100)
(From yocto-docs rev: 81ea1833a7c5b4080b3947422f42b13d59770085)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-classes.xml

index 41a663394a5c0a11b7a4266342748c766867b933..cda9f72c790edf6065dd12795cee9a38e4276fef 100644 (file)
         First, the root filesystem is created from packages using
         one of the <filename>rootfs_*.bbclass</filename>
         files (depending on the package format used) and then the image is created.
-    </para>
-
-    <para>
-        The <filename><link linkend='var-IMAGE_FSTYPES'>IMAGE_FSTYPES</link></filename>
-        variable controls the types of images to generate.
-    </para>
-
-    <para>
-        The <filename><link linkend='var-IMAGE_INSTALL'>IMAGE_INSTALL</link></filename>
-        variable controls the list of packages to install into the image.
+        <itemizedlist>
+            <listitem><para>The
+                <filename><link linkend='var-IMAGE_FSTYPES'>IMAGE_FSTYPES</link></filename>
+                variable controls the types of images to generate.
+                </para></listitem>
+            <listitem><para>The
+                <filename><link linkend='var-IMAGE_INSTALL'>IMAGE_INSTALL</link></filename>
+                variable controls the list of packages to install into the
+                image.</para></listitem>
+        </itemizedlist>
     </para>
 </section>