Setting default name to live-image for the time being.
This commit is contained in:
parent
21dcf9be33
commit
b9c0e26eef
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue