diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-06 18:43:41 +0100 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-04-23 16:54:31 +0000 |
commit | 83d9145257220d39e487021e993344adafe71b8a (patch) | |
tree | dfccbf1f040b287f198dc414b3a19f25af59805a /functions/configuration.sh | |
parent | 41738b1932f0830a2b7eb92e62540a2246105a11 (diff) | |
download | vyos-live-build-83d9145257220d39e487021e993344adafe71b8a.tar.gz vyos-live-build-83d9145257220d39e487021e993344adafe71b8a.zip |
config: s/LIVE_IMAGE_NAME/LB_IMAGE_NAME/
no backwards compatibility hack for reading the old var from existing
saved config used because this was previously stored in the alternate
format config/build file.
Gbp-Dch: Short
Diffstat (limited to 'functions/configuration.sh')
-rwxr-xr-x | functions/configuration.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/configuration.sh b/functions/configuration.sh index de7ac0f9b..6bab8b2f7 100755 --- a/functions/configuration.sh +++ b/functions/configuration.sh @@ -59,7 +59,8 @@ Prepare_config () LB_DISTRIBUTION_CHROOT="${LB_DISTRIBUTION_CHROOT:-${LB_DISTRIBUTION}}" LB_DISTRIBUTION_BINARY="${LB_DISTRIBUTION_BINARY:-${LB_DISTRIBUTION_CHROOT}}" - LIVE_IMAGE_NAME="${LIVE_IMAGE_NAME:-live-image}" + LB_IMAGE_NAME="${LB_IMAGE_NAME:-live-image}" + LIVE_IMAGE_NAME="${LB_IMAGE_NAME}" #for backwards compatibility with hooks LIVE_IMAGE_TYPE="${LIVE_IMAGE_TYPE:-iso-hybrid}" if [ -z "${LB_ARCHITECTURE}" ]; then |