diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 45fb55eaf4..ff8f4e73d0 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -6479,24 +6479,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
PROVIDES
name of an image recipe that is used to build an initial
RAM filesystem (initramfs) image.
- An initramfs provides a temporary root filesystem used for
- early system initialization (e.g. loading of modules
- needed to locate and mount the "real" root filesystem).
- The specified recipe is added as a dependency of the root
- filesystem recipe (e.g.
- core-image-sato).
- See the meta/recipes-core/images/core-image-minimal-initramfs.bb
- recipe in the
- Source Directory
- for an example initramfs recipe.
- To select this recipe to provide the initramfs,
- set INITRAMFS_IMAGE to
- "core-image-minimal-initramfs".
+ In other words, the INITRAMFS_IMAGE
+ variable causes an additional recipe to be built as
+ a dependency to whatever root filesystem recipe you
+ might be using (e.g. core-image-sato).
+ The initramfs image recipe you provide should set
+ IMAGE_FSTYPES
+ to
+ INITRAMFS_FSTYPES.
+
+
+
+ An initramfs image provides a temporary root filesystem
+ used for early system initialization (e.g. loading of
+ modules needed to locate and mount the "real" root
+ filesystem).
- The initramfs image recipe should set
- IMAGE_FSTYPES
- to
- INITRAMFS_FSTYPES.
+ See the meta/recipes-core/images/core-image-minimal-initramfs.bb
+ recipe in the
+ Source Directory
+ for an example initramfs recipe.
+ To select this sample recipe as the one bulit
+ to provide the initramfs image,
+ set INITRAMFS_IMAGE to
+ "core-image-minimal-initramfs".
@@ -6515,7 +6521,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
If INITRAMFS_IMAGE is empty, which is
- the default, then no initramfs is built.
+ the default, then no initramfs image is built.
@@ -6523,8 +6529,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
INITRAMFS_IMAGE_BUNDLE
variable, which allows the generated image to be bundled
inside the kernel image.
- Additionally, for information on creating an initramfs, see
- the
+ Additionally, for information on creating an initramfs
+ image, see the
"Building an Initial RAM Filesystem (initramfs) Image"
section in the Yocto Project Development Manual.