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/tasks.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/tasks.rst')
-rw-r--r-- | documentation/ref-manual/tasks.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index cb08a75c90..2a692c1725 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
@@ -575,10 +575,8 @@ information on live image types. | |||
575 | ``do_bundle_initramfs`` | 575 | ``do_bundle_initramfs`` |
576 | ----------------------- | 576 | ----------------------- |
577 | 577 | ||
578 | Combines an initial RAM disk (initramfs) image and kernel together to | 578 | Combines an :term:`Initramfs` image and kernel together to |
579 | form a single image. The | 579 | form a single image. |
580 | :term:`CONFIG_INITRAMFS_SOURCE` variable | ||
581 | has some more information about these types of images. | ||
582 | 580 | ||
583 | .. _ref-tasks-rootfs: | 581 | .. _ref-tasks-rootfs: |
584 | 582 | ||