summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst
index df685cdd4e..cdf8e40f98 100644
--- a/documentation/ref-manual/ref-variables.rst
+++ b/documentation/ref-manual/ref-variables.rst
@@ -3039,6 +3039,17 @@ system and gives an overview of their function and contents.
3039 See the :term:`GLIBC_GENERATE_LOCALES` 3039 See the :term:`GLIBC_GENERATE_LOCALES`
3040 variable for information on generating GLIBC locales. 3040 variable for information on generating GLIBC locales.
3041 3041
3042
3043 :term:`IMAGE_LINK_NAME`
3044 The name of the output image symlink (which does not include
3045 the version part as :term:`IMAGE_NAME` does). The default value
3046 is derived using the :term:`IMAGE_BASENAME` and :term:`MACHINE`
3047 variables:
3048 ::
3049
3050 IMAGE_LINK_NAME ?= "${IMAGE_BASENAME}-${MACHINE}"
3051
3052
3042 :term:`IMAGE_MANIFEST` 3053 :term:`IMAGE_MANIFEST`
3043 The manifest file for the image. This file lists all the installed 3054 The manifest file for the image. This file lists all the installed
3044 packages that make up the image. The file contains package 3055 packages that make up the image. The file contains package