diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-19 21:42:26 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-12-20 12:27:49 +0100 |
commit | 3cbe97f28ed5c07f2e5a73d920637410b68ed486 (patch) | |
tree | 316bfae0e65b3baf86030caf86a9ca2533ec4d9d | |
parent | b0217026ea9608737a43f479c77f3f88a38fb860 (diff) | |
download | vyos-live-build-3cbe97f28ed5c07f2e5a73d920637410b68ed486.tar.gz vyos-live-build-3cbe97f28ed5c07f2e5a73d920637410b68ed486.zip |
Updating comment for image name config handling.
-rwxr-xr-x | functions/defaults.sh | 2 |
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 |