summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-12-19 13:03:52 +0100
committerDaniel Baumann <daniel@debian.org>2012-12-19 13:04:00 +0100
commitb9c0e26eefbdfcf533aaf759d7e113a056910e77 (patch)
treec72902be32ec875b65fbb25936893b4edd9dea95 /functions
parent21dcf9be33749eaa78ca65b290a68e3492121465 (diff)
downloadvyos-live-build-b9c0e26eefbdfcf533aaf759d7e113a056910e77.tar.gz
vyos-live-build-b9c0e26eefbdfcf533aaf759d7e113a056910e77.zip
Setting default name to live-image for the time being.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 3f42cfe08..de176331f 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -42,7 +42,7 @@ New_configuration ()
# Image
LIVE_IMAGE_NAME="$(Get_configuration config/control Name)"
- LIVE_IMAGE_NAME="${LIVE_IMAGE_NAME:-live}"
+ LIVE_IMAGE_NAME="${LIVE_IMAGE_NAME:-live-image}"
export LIVE_IMAGE_NAME
# Image: Architecture (FIXME: Support and default to 'any')