diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-05-26 11:49:21 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-02 16:42:46 +0100 |
commit | 9c201d951c671e69104bd991155180de98a581f7 (patch) | |
tree | 2d7e9a9f949f197e10ee5fb857393579b23b24d5 /documentation/ref-manual/features.rst | |
parent | df91611f73f317635f9638598b9d5392da1c5239 (diff) | |
download | poky-9c201d951c671e69104bd991155180de98a581f7.tar.gz |
ref-manual: document SPLASH variable
(From yocto-docs rev: d32029dd3ce4a66e2fb403a778f748f4a1d52bcc)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/features.rst')
-rw-r--r-- | documentation/ref-manual/features.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index 5a064329f1..d6307f1a2f 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst | |||
@@ -344,7 +344,7 @@ Here are the image features available for all images: | |||
344 | - *splash:* Enables showing a splash screen during boot. By default, | 344 | - *splash:* Enables showing a splash screen during boot. By default, |
345 | this screen is provided by ``psplash``, which does allow | 345 | this screen is provided by ``psplash``, which does allow |
346 | customization. If you prefer to use an alternative splash screen | 346 | customization. If you prefer to use an alternative splash screen |
347 | package, you can do so by setting the ``SPLASH`` variable to a | 347 | package, you can do so by setting the :term:`SPLASH` variable to a |
348 | different package name (or names) within the image recipe or at the | 348 | different package name (or names) within the image recipe or at the |
349 | distro configuration level. | 349 | distro configuration level. |
350 | 350 | ||