diff --git a/documentation/concepts-manual/concepts-manual-concepts.xml b/documentation/concepts-manual/concepts-manual-concepts.xml index 5c81863443..41b3418400 100644 --- a/documentation/concepts-manual/concepts-manual-concepts.xml +++ b/documentation/concepts-manual/concepts-manual-concepts.xml @@ -1443,10 +1443,12 @@ IMAGE_FSTYPES variable. The process turns everything into an image file or a set of - image files and compresses the root filesystem image to + image files and can compress the root filesystem image to reduce the overall size of the image. The formats used for the root filesystem depend on the IMAGE_FSTYPES variable. + Compression depends on whether the formats support + compression. @@ -1454,14 +1456,14 @@ particular image type would take the following form: - do_image_type[depends] + do_image_type So, if the type as specified by the IMAGE_FSTYPES were ext4, the dynamically generated task would be as follows: - do_image_ext4[depends] + do_image_ext4