summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 494775ef6..3f42cfe08 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -41,8 +41,9 @@ New_configuration ()
export LIVE_CONFIGURATION_VERSION
# Image
- #LIVE_IMAGE="$(Get_configuration config/control Image)"
- #LIVE_IMAGE="${LIVE_IMAGE:-binary}"
+ LIVE_IMAGE_NAME="$(Get_configuration config/control Name)"
+ LIVE_IMAGE_NAME="${LIVE_IMAGE_NAME:-live}"
+ export LIVE_IMAGE_NAME
# Image: Architecture (FIXME: Support and default to 'any')
LIVE_IMAGE_ARCHITECTURE="$(Get_configuration config/control Architecture)"