diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 14:30:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:25 +0100 |
commit | 9dbd27a48aec4aaf235af91a3b7397725b644463 (patch) | |
tree | 59eceecd9bc147f56af607431082264807ea0068 /documentation/ref-manual/images.rst | |
parent | c3c7344826231d1b2c009dbb317d2373bbdf9ff3 (diff) | |
download | poky-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/images.rst')
-rw-r--r-- | documentation/ref-manual/images.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/images.rst b/documentation/ref-manual/images.rst index 31fb567687..4b771d0601 100644 --- a/documentation/ref-manual/images.rst +++ b/documentation/ref-manual/images.rst | |||
@@ -78,11 +78,11 @@ Following is a list of supported recipes: | |||
78 | libraries you can use in a host development environment. | 78 | libraries you can use in a host development environment. |
79 | 79 | ||
80 | - ``core-image-minimal-initramfs``: A ``core-image-minimal`` image that | 80 | - ``core-image-minimal-initramfs``: A ``core-image-minimal`` image that |
81 | has the Minimal RAM-based Initial Root Filesystem (initramfs) as part | 81 | has the Minimal RAM-based Initial Root Filesystem (:term:`Initramfs`) as part |
82 | of the kernel, which allows the system to find the first "init" | 82 | of the kernel, which allows the system to find the first "init" |
83 | program more efficiently. See the | 83 | program more efficiently. See the |
84 | :term:`PACKAGE_INSTALL` variable for | 84 | :term:`PACKAGE_INSTALL` variable for |
85 | additional information helpful when working with initramfs images. | 85 | additional information helpful when working with :term:`Initramfs` images. |
86 | 86 | ||
87 | - ``core-image-minimal-mtdutils``: A ``core-image-minimal`` image that | 87 | - ``core-image-minimal-mtdutils``: A ``core-image-minimal`` image that |
88 | has support for the Minimal MTD Utilities, which let the user | 88 | has support for the Minimal MTD Utilities, which let the user |
@@ -121,7 +121,7 @@ Following is a list of supported recipes: | |||
121 | section in the Yocto Project Development Tasks Manual. | 121 | section in the Yocto Project Development Tasks Manual. |
122 | 122 | ||
123 | - ``core-image-testmaster-initramfs``: A RAM-based Initial Root | 123 | - ``core-image-testmaster-initramfs``: A RAM-based Initial Root |
124 | Filesystem (initramfs) image tailored for use with the | 124 | Filesystem (:term:`Initramfs`) image tailored for use with the |
125 | ``core-image-testmaster`` image. | 125 | ``core-image-testmaster`` image. |
126 | 126 | ||
127 | - ``core-image-weston``: A very basic Wayland image with a terminal. | 127 | - ``core-image-weston``: A very basic Wayland image with a terminal. |