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 @@ <filename>rootfs*.bbclass</filename> - These classes add support for creating images in several formats. - First, the root filesystem is created from packages using - one of the rootfs_*.bbclass - files (depending on the package format used) and then the image is created. + The rootfs* classes add support for creating + images in several formats and consist of the following: The IMAGE_FSTYPES @@ -2320,6 +2318,10 @@ variable controls the list of packages to install into the image. + First, the root filesystem is created from packages using + one of the rootfs_*.bbclass + files (depending on the package format used) and then the image + is created.