summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 5c6364129d..47493786d9 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1036,12 +1036,10 @@ for example, to determine whether or not to run specific tests. See the
1036:term:`IMAGE_MANIFEST` 1036:term:`IMAGE_MANIFEST`
1037variable for additional information. 1037variable for additional information.
1038 1038
1039Optimizing processes that are run across the image include ``mklibs``, 1039Optimizing processes that are run across the image include ``mklibs``
1040``prelink``, and any other post-processing commands as defined by the 1040and any other post-processing commands as defined by the
1041:term:`ROOTFS_POSTPROCESS_COMMAND` 1041:term:`ROOTFS_POSTPROCESS_COMMAND`
1042variable. The ``mklibs`` process optimizes the size of the libraries, 1042variable. The ``mklibs`` process optimizes the size of the libraries.
1043while the ``prelink`` process optimizes the dynamic linking of shared
1044libraries to reduce start up time of executables.
1045 1043
1046After the root filesystem is built, processing begins on the image 1044After the root filesystem is built, processing begins on the image
1047through the :ref:`ref-tasks-image` 1045through the :ref:`ref-tasks-image`