diff options
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 4 |
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 | |||
1036 | variable. This variable specifies a list of functions to call before the | 1036 | variable. This variable specifies a list of functions to call before the |
1037 | build system creates the final image output files. | 1037 | build system creates the final image output files. |
1038 | 1038 | ||
1039 | The build system dynamically creates ``do_image_*`` tasks as needed, | 1039 | The build system dynamically creates :ref:`do_image_* <ref-tasks-image>` tasks as needed, |
1040 | based on the image types specified in the | 1040 | based on the image types specified in the |
1041 | :term:`IMAGE_FSTYPES` variable. | 1041 | :term:`IMAGE_FSTYPES` variable. |
1042 | The process turns everything into an image file or a set of image files | 1042 | The 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, |
2166 | the :ref:`ref-tasks-install` task benefits from being able to set the UID and GID | 2166 | the :ref:`ref-tasks-install` task benefits from being able to set the UID and GID |
2167 | of installed files to arbitrary values. | 2167 | of installed files to arbitrary values. |
2168 | 2168 | ||