summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.rst')
-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 d42298e028..e63bf779a2 100644
--- a/documentation/ref-manual/ref-variables.rst
+++ b/documentation/ref-manual/ref-variables.rst
@@ -3098,6 +3098,17 @@ system and gives an overview of their function and contents.
3098 See the :term:`GLIBC_GENERATE_LOCALES` 3098 See the :term:`GLIBC_GENERATE_LOCALES`
3099 variable for information on generating GLIBC locales. 3099 variable for information on generating GLIBC locales.
3100 3100
3101
3102 :term:`IMAGE_LINK_NAME`
3103 The name of the output image symlink (which does not include
3104 the version part as :term:`IMAGE_NAME` does). The default value
3105 is derived using the :term:`IMAGE_BASENAME` and :term:`MACHINE`
3106 variables:
3107 ::
3108
3109 IMAGE_LINK_NAME ?= "${IMAGE_BASENAME}-${MACHINE}"
3110
3111
3101 :term:`IMAGE_MANIFEST` 3112 :term:`IMAGE_MANIFEST`
3102 The manifest file for the image. This file lists all the installed 3113 The manifest file for the image. This file lists all the installed
3103 packages that make up the image. The file contains package 3114 packages that make up the image. The file contains package