diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 19:36:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | 40b77252122884b8395d59648147a93f2d0e33d9 (patch) | |
tree | 36432316236f203c17aefce0e2dace6adca0012a /documentation/overview-manual | |
parent | b42af6aa4a5c64f80091d9445b79e2565515854c (diff) | |
download | poky-40b77252122884b8395d59648147a93f2d0e33d9.tar.gz |
manuals: add references to the "do_rootfs" task
[YOCTO #14508]
Reported-by: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: 926c836e5184243fb1aee113962e11c01f0297ee)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 2aa7676324..8b8625a080 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1012,7 +1012,7 @@ all the post installation scripts must succeed on the build host during | |||
1012 | the package installation phase since the root filesystem on the target | 1012 | the package installation phase since the root filesystem on the target |
1013 | is read-only. | 1013 | is read-only. |
1014 | 1014 | ||
1015 | The final stages of the ``do_rootfs`` task handle post processing. Post | 1015 | The final stages of the :ref:`ref-tasks-rootfs` task handle post processing. Post |
1016 | processing includes creation of a manifest file and optimizations. | 1016 | processing includes creation of a manifest file and optimizations. |
1017 | 1017 | ||
1018 | The manifest file (``.manifest``) resides in the same directory as the | 1018 | The manifest file (``.manifest``) resides in the same directory as the |