summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-12-19 21:42:26 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:50:03 +0200
commit8248ffd20f36d55f697812f92ff0335c82b38f1c (patch)
tree316bfae0e65b3baf86030caf86a9ca2533ec4d9d
parent4c7518fd76f8d6f30467e3eaea11ae26d9273cda (diff)
downloadvyos-live-build-8248ffd20f36d55f697812f92ff0335c82b38f1c.tar.gz
vyos-live-build-8248ffd20f36d55f697812f92ff0335c82b38f1c.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