From 1d954e7e25720dafb0fb21277a95d411fcf31b15 Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Mon, 4 Sep 2023 12:21:12 +0200 Subject: 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: b9e19a00a3aac05a2cdd35b61dfae6d5a1a9c648) Signed-off-by: Yoann Congal Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/dev-manual/building.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') 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. Follow these steps to create an :term:`Initramfs` image: -#. *Create the :term:`Initramfs` Image Recipe:* You can reference the +#. *Create the Initramfs Image Recipe:* You can reference the ``core-image-minimal-initramfs.bb`` recipe found in the ``meta/recipes-core`` directory of the :term:`Source Directory` as an example from which to work. -#. *Decide if You Need to Bundle the :term:`Initramfs` Image Into the Kernel +#. *Decide if You Need to Bundle the Initramfs Image Into the Kernel Image:* If you want the :term:`Initramfs` image that is built to be bundled in with the kernel image, set the :term:`INITRAMFS_IMAGE_BUNDLE` variable to ``"1"`` in your ``local.conf`` configuration file and set the -- cgit v1.2.3-54-g00ecf