summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 3e1b6af4f6..32268931a4 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -3955,7 +3955,7 @@ To achieve this, you need to perform some additional steps:
3955 buildsystem know where the :term:`INITRAMFS_IMAGE` will be located. 3955 buildsystem know where the :term:`INITRAMFS_IMAGE` will be located.
3956 3956
3957 Building a system with such configuration will build the kernel using the 3957 Building a system with such configuration will build the kernel using the
3958 main configuration but the ``do_bundle_initramfs`` task will grab the 3958 main configuration but the :ref:`ref-tasks-bundle_initramfs` task will grab the
3959 selected :term:`INITRAMFS_IMAGE` from :term:`INITRAMFS_DEPLOY_DIR_IMAGE` 3959 selected :term:`INITRAMFS_IMAGE` from :term:`INITRAMFS_DEPLOY_DIR_IMAGE`
3960 instead, resulting in a musl based :term:`Initramfs` image bundled in the kernel 3960 instead, resulting in a musl based :term:`Initramfs` image bundled in the kernel
3961 but a glibc based main image. 3961 but a glibc based main image.