summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-12-19 21:42:26 +0100
committerDaniel Baumann <daniel@debian.org>2012-12-20 12:27:49 +0100
commit3cbe97f28ed5c07f2e5a73d920637410b68ed486 (patch)
tree316bfae0e65b3baf86030caf86a9ca2533ec4d9d
parentb0217026ea9608737a43f479c77f3f88a38fb860 (diff)
downloadvyos-live-build-3cbe97f28ed5c07f2e5a73d920637410b68ed486.tar.gz
vyos-live-build-3cbe97f28ed5c07f2e5a73d920637410b68ed486.zip
Updating comment for image name config handling.
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
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