From 500f2050739e8cb902d710d1ae6b3f5de4d00dcd Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Mon, 6 Apr 2020 18:46:47 +0100 Subject: config: s/LIVE_IMAGE_TYPE/LB_IMAGE_TYPE/ 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 --- scripts/build/binary_netboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/binary_netboot') diff --git a/scripts/build/binary_netboot b/scripts/build/binary_netboot index a324e7fc1..c88bc6296 100755 --- a/scripts/build/binary_netboot +++ b/scripts/build/binary_netboot @@ -21,7 +21,7 @@ USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files Init_config_data "${@}" -if [ "${LIVE_IMAGE_TYPE}" != "netboot" ]; then +if [ "${LB_IMAGE_TYPE}" != "netboot" ]; then exit 0 fi -- cgit v1.2.3