summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 14:30:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:25 +0100
commit9dbd27a48aec4aaf235af91a3b7397725b644463 (patch)
tree59eceecd9bc147f56af607431082264807ea0068 /documentation/ref-manual/classes.rst
parentc3c7344826231d1b2c009dbb317d2373bbdf9ff3 (diff)
downloadpoky-9dbd27a48aec4aaf235af91a3b7397725b644463.tar.gz
manuals: improve initramfs details
- Create a new entry in the glossary - Add implementation details - Replace the mention of "init ramdisk" by "initramfs¨ whenever possible - Remove obsolete and duplicate information - Fix spacing issues in the Sphinx code (From yocto-docs rev: 952c7e6dee49532705b2c162f4728e635c38df3f) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 11e0d472e8..f402d090c9 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1256,9 +1256,9 @@ package installs all packages with modules and various other kernel
1256packages such as ``kernel-vmlinux``. 1256packages such as ``kernel-vmlinux``.
1257 1257
1258The ``kernel`` class contains logic that allows you to embed an initial 1258The ``kernel`` class contains logic that allows you to embed an initial
1259RAM filesystem (initramfs) image when you build the kernel image. For 1259RAM filesystem (:term:`Initramfs`) image when you build the kernel image. For
1260information on how to build an initramfs, see the 1260information on how to build an :term:`Initramfs`, see the
1261":ref:`dev-manual/common-tasks:building an initial ram filesystem (initramfs) image`" section in 1261":ref:`dev-manual/common-tasks:building an initial ram filesystem (Initramfs) image`" section in
1262the Yocto Project Development Tasks Manual. 1262the Yocto Project Development Tasks Manual.
1263 1263
1264Various other classes are used by the ``kernel`` and ``module`` classes 1264Various other classes are used by the ``kernel`` and ``module`` classes