summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index b5d53cd70b..57b448a351 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2306,10 +2306,8 @@
2306 <title><filename>rootfs*.bbclass</filename></title> 2306 <title><filename>rootfs*.bbclass</filename></title>
2307 2307
2308 <para> 2308 <para>
2309 These classes add support for creating images in several formats. 2309 The <filename>rootfs*</filename> classes add support for creating
2310 First, the root filesystem is created from packages using 2310 images in several formats and consist of the following:
2311 one of the <filename>rootfs_*.bbclass</filename>
2312 files (depending on the package format used) and then the image is created.
2313 <itemizedlist> 2311 <itemizedlist>
2314 <listitem><para>The 2312 <listitem><para>The
2315 <filename><link linkend='var-IMAGE_FSTYPES'>IMAGE_FSTYPES</link></filename> 2313 <filename><link linkend='var-IMAGE_FSTYPES'>IMAGE_FSTYPES</link></filename>
@@ -2320,6 +2318,10 @@
2320 variable controls the list of packages to install into the 2318 variable controls the list of packages to install into the
2321 image.</para></listitem> 2319 image.</para></listitem>
2322 </itemizedlist> 2320 </itemizedlist>
2321 First, the root filesystem is created from packages using
2322 one of the <filename>rootfs_*.bbclass</filename>
2323 files (depending on the package format used) and then the image
2324 is created.
2323 </para> 2325 </para>
2324</section> 2326</section>
2325 2327