diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3e68350335..e5c365053b 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -4462,7 +4462,7 @@ | |||
4462 | 4462 | ||
4463 | <glossentry id='var-EXTRA_IMAGECMD'><glossterm>EXTRA_IMAGECMD</glossterm> | 4463 | <glossentry id='var-EXTRA_IMAGECMD'><glossterm>EXTRA_IMAGECMD</glossterm> |
4464 | <info> | 4464 | <info> |
4465 | EXTRA_IMAGECMD[doc] = "Specifies additional options for the image creation command that has been specified in IMAGE_CMD. When setting this variable, you should use an override for the associated type." | 4465 | EXTRA_IMAGECMD[doc] = "Specifies additional options for the image creation command that has been specified in IMAGE_CMD. When setting this variable, you should use an override for the associated image type." |
4466 | </info> | 4466 | </info> |
4467 | <glossdef> | 4467 | <glossdef> |
4468 | <para role="glossdeffirst"> | 4468 | <para role="glossdeffirst"> |
@@ -4470,8 +4470,8 @@ | |||
4470 | Specifies additional options for the image | 4470 | Specifies additional options for the image |
4471 | creation command that has been specified in | 4471 | creation command that has been specified in |
4472 | <link linkend='var-IMAGE_CMD'><filename>IMAGE_CMD</filename></link>. | 4472 | <link linkend='var-IMAGE_CMD'><filename>IMAGE_CMD</filename></link>. |
4473 | When setting this variable, you should | 4473 | When setting this variable, use an override for the |
4474 | use an override for the associated type. | 4474 | associated image type. |
4475 | Here is an example: | 4475 | Here is an example: |
4476 | <literallayout class='monospaced'> | 4476 | <literallayout class='monospaced'> |
4477 | EXTRA_IMAGECMD_ext3 ?= "-i 4096" | 4477 | EXTRA_IMAGECMD_ext3 ?= "-i 4096" |