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.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index f3f8cbd95c..3bb728f990 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1036,7 +1036,7 @@ the
1036variable. This variable specifies a list of functions to call before the 1036variable. This variable specifies a list of functions to call before the
1037build system creates the final image output files. 1037build system creates the final image output files.
1038 1038
1039The build system dynamically creates ``do_image_*`` tasks as needed, 1039The build system dynamically creates :ref:`do_image_* <ref-tasks-image>` tasks as needed,
1040based on the image types specified in the 1040based on the image types specified in the
1041:term:`IMAGE_FSTYPES` variable. 1041:term:`IMAGE_FSTYPES` variable.
1042The process turns everything into an image file or a set of image files 1042The process turns everything into an image file or a set of image files
@@ -2162,7 +2162,7 @@ operations that are normally reserved for the root user (e.g.
2162:ref:`ref-tasks-install`, 2162:ref:`ref-tasks-install`,
2163:ref:`do_package_write* <ref-tasks-package_write_deb>`, 2163:ref:`do_package_write* <ref-tasks-package_write_deb>`,
2164:ref:`ref-tasks-rootfs`, and 2164:ref:`ref-tasks-rootfs`, and
2165:ref:`do_image* <ref-tasks-image>`). For example, 2165:ref:`do_image_* <ref-tasks-image>`). For example,
2166the :ref:`ref-tasks-install` task benefits from being able to set the UID and GID 2166the :ref:`ref-tasks-install` task benefits from being able to set the UID and GID
2167of installed files to arbitrary values. 2167of installed files to arbitrary values.
2168 2168