From 3cbe97f28ed5c07f2e5a73d920637410b68ed486 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Dec 2012 21:42:26 +0100 Subject: [PATCH] Updating comment for image name config handling. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index d93c56ebf..686957457 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -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