Updating comment for image name config handling.

This commit is contained in:
Daniel Baumann 2012-12-19 21:42:26 +01:00 committed by Daniel Baumann
parent 4c7518fd76
commit 8248ffd20f
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