summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2023-09-04 12:21:12 +0200
committerSteve Sakoman <steve@sakoman.com>2023-09-13 06:21:26 -1000
commitca4a09f897f71d9d4a414ad8549a583a25f87b6a (patch)
tree5e1fcb52e7efdd391236fef15d68ae68d6dcde70 /documentation/dev-manual
parentda107c5031bb863c0f49ac6b3aaf307b43279f6f (diff)
downloadpoky-ca4a09f897f71d9d4a414ad8549a583a25f87b6a.tar.gz
dev-manual: remove unsupported :term: markup inside markup
":term:`Initramfs`" in bold text appears verbatim (no link is created). The term link is present elsewhere in the text so remove the extra markup. (From yocto-docs rev: fc8e220290414dab45299d0ac829c8c461b1903c) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/building.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/building.rst b/documentation/dev-manual/building.rst
index 1f1642e846..a395793493 100644
--- a/documentation/dev-manual/building.rst
+++ b/documentation/dev-manual/building.rst
@@ -273,12 +273,12 @@ loading modules needed to locate and mount the final root filesystem.
273 273
274Follow these steps to create an :term:`Initramfs` image: 274Follow these steps to create an :term:`Initramfs` image:
275 275
276#. *Create the :term:`Initramfs` Image Recipe:* You can reference the 276#. *Create the Initramfs Image Recipe:* You can reference the
277 ``core-image-minimal-initramfs.bb`` recipe found in the 277 ``core-image-minimal-initramfs.bb`` recipe found in the
278 ``meta/recipes-core`` directory of the :term:`Source Directory` 278 ``meta/recipes-core`` directory of the :term:`Source Directory`
279 as an example from which to work. 279 as an example from which to work.
280 280
281#. *Decide if You Need to Bundle the :term:`Initramfs` Image Into the Kernel 281#. *Decide if You Need to Bundle the Initramfs Image Into the Kernel
282 Image:* If you want the :term:`Initramfs` image that is built to be bundled 282 Image:* If you want the :term:`Initramfs` image that is built to be bundled
283 in with the kernel image, set the :term:`INITRAMFS_IMAGE_BUNDLE` 283 in with the kernel image, set the :term:`INITRAMFS_IMAGE_BUNDLE`
284 variable to ``"1"`` in your ``local.conf`` configuration file and set the 284 variable to ``"1"`` in your ``local.conf`` configuration file and set the