Updating comment for image name config handling.

This commit is contained in:
Daniel Baumann 2012-12-19 21:42:26 +01:00
parent b0217026ea
commit 3cbe97f28e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ New_configuration ()
LIVE_CONFIGURATION_VERSION="${LIVE_CONFIGURATION_VERSION:-${LIVE_BUILD_VERSION}}"
export LIVE_CONFIGURATION_VERSION
# Image
# Image: Name
LIVE_IMAGE_NAME="$(Get_configuration config/control Name)"
LIVE_IMAGE_NAME="${LIVE_IMAGE_NAME:-live-image}"
export LIVE_IMAGE_NAME