Clarify OVERWRITE_OLD_IMAGE docs
There has been some confusion about what this environment variable controls, and it isnt very clear in the docs. Change-Id: Id21b3c5ce361c4d1121eb7015020235b4c0a2f36
This commit is contained in:
parent
cf2030c2f6
commit
62efc03732
@ -19,7 +19,9 @@ to the end of the path if a path is supplied.
|
||||
By default, the image building scripts will not overwrite existing
|
||||
disk images, allowing you to compare the newly built image with the
|
||||
existing one. To change that behaviour, set the variable
|
||||
``OVERWRITE_OLD_IMAGE`` to any value that isn't ``0``.
|
||||
``OVERWRITE_OLD_IMAGE`` to any value that isn't ``0``. If this value is
|
||||
zero then any existing image will be moved before the new image is
|
||||
written to the destination.
|
||||
|
||||
Setting the variable ``DIB_SHOW_IMAGE_USAGE`` will print out a
|
||||
summarised disk-usage report for the final image of files and
|
||||
|
Loading…
Reference in New Issue
Block a user