diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 6 |
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 | |||
1256 | packages such as ``kernel-vmlinux``. | 1256 | packages such as ``kernel-vmlinux``. |
1257 | 1257 | ||
1258 | The ``kernel`` class contains logic that allows you to embed an initial | 1258 | The ``kernel`` class contains logic that allows you to embed an initial |
1259 | RAM filesystem (initramfs) image when you build the kernel image. For | 1259 | RAM filesystem (:term:`Initramfs`) image when you build the kernel image. For |
1260 | information on how to build an initramfs, see the | 1260 | information 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 |
1262 | the Yocto Project Development Tasks Manual. | 1262 | the Yocto Project Development Tasks Manual. |
1263 | 1263 | ||
1264 | Various other classes are used by the ``kernel`` and ``module`` classes | 1264 | Various other classes are used by the ``kernel`` and ``module`` classes |