diff options
Diffstat (limited to 'documentation/dev-manual')
| -rw-r--r-- | documentation/dev-manual/custom-distribution.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/dev-manual/custom-distribution.rst b/documentation/dev-manual/custom-distribution.rst index e5b1ad777a..47faed0d04 100644 --- a/documentation/dev-manual/custom-distribution.rst +++ b/documentation/dev-manual/custom-distribution.rst | |||
| @@ -98,11 +98,12 @@ layer. The following steps provide some more detail: | |||
| 98 | 98 | ||
| 99 | - Add any image recipes that are specific to your distribution. | 99 | - Add any image recipes that are specific to your distribution. |
| 100 | 100 | ||
| 101 | - Add a ``psplash`` append file for a branded splash screen. For | 101 | - Add a ``psplash`` append file for a branded splash screen, using |
| 102 | information on append files, see the | 102 | the :term:`SPLASH_IMAGES` variable. |
| 103 | ":ref:`dev-manual/layers:appending other layers metadata with your layer`" | ||
| 104 | section. | ||
| 105 | 103 | ||
| 106 | - Add any other append files to make custom changes that are | 104 | - Add any other append files to make custom changes that are |
| 107 | specific to individual recipes. | 105 | specific to individual recipes. |
| 108 | 106 | ||
| 107 | For information on append files, see the | ||
| 108 | ":ref:`dev-manual/layers:appending other layers metadata with your layer`" | ||
| 109 | section. | ||
