diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 033661af1c..5f2b76be8c 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -2903,6 +2903,39 @@ | |||
2903 | </glossdef> | 2903 | </glossdef> |
2904 | </glossentry> | 2904 | </glossentry> |
2905 | 2905 | ||
2906 | <glossentry id='var-IMAGE_MANIFEST'><glossterm>IMAGE_MANIFEST</glossterm> | ||
2907 | <glossdef> | ||
2908 | <para> | ||
2909 | The manifest file for the image. | ||
2910 | This file lists all the installed packages that make up | ||
2911 | the image. | ||
2912 | The file contains package information on a line-per-package | ||
2913 | basis as follows: | ||
2914 | <literallayout class='monospaced'> | ||
2915 | <packagename> <packagearch> <version> | ||
2916 | </literallayout> | ||
2917 | </para> | ||
2918 | |||
2919 | <para> | ||
2920 | The | ||
2921 | <link linkend='ref-classes-image'><filename>image</filename></link> | ||
2922 | class defines the manifest file as follows: | ||
2923 | <literallayout class='monospaced'> | ||
2924 | IMAGE_MANIFEST = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.manifest" | ||
2925 | </literallayout> | ||
2926 | The location is derived using the | ||
2927 | <link linkend='var-DEPLOY_DIR_IMAGE'><filename>DEPLOY_DIR_IMAGE</filename></link> | ||
2928 | and | ||
2929 | <link linkend='var-IMAGE_NAME'><filename>IMAGE_NAME</filename></link> | ||
2930 | variables. | ||
2931 | You can find information on how the image | ||
2932 | is created in the | ||
2933 | "<link linkend='image-generation-dev-environment'>Image Generation</link>" | ||
2934 | section. | ||
2935 | </para> | ||
2936 | </glossdef> | ||
2937 | </glossentry> | ||
2938 | |||
2906 | <glossentry id='var-IMAGE_NAME'><glossterm>IMAGE_NAME</glossterm> | 2939 | <glossentry id='var-IMAGE_NAME'><glossterm>IMAGE_NAME</glossterm> |
2907 | <glossdef> | 2940 | <glossdef> |
2908 | <para> | 2941 | <para> |