From fc45f668571b8cefc03b69bdedc2bb5706675ed0 Mon Sep 17 00:00:00 2001 From: Eric MacDonald Date: Wed, 7 Dec 2022 16:59:16 +0000 Subject: [PATCH] Update build image to look for update-iso-centos.sh script The update-iso.sh script for centos was renamed to update-iso-centos.sh This update modifies the name in the centos build-img script to look for this new modified name. Test Plan: PASS: Verify centos build-img and install Depends-On: https://review.opendev.org/c/starlingx/utilities/+/866398 Story: 2009968 Task: 46977 Signed-off-by: Eric MacDonald Change-Id: I829ad22b6b5f8a3cb00eb7445757ad215c5d424e --- build-tools/build-img | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tools/build-img b/build-tools/build-img index e0f22f86..686be6a9 100755 --- a/build-tools/build-img +++ b/build-tools/build-img @@ -411,8 +411,8 @@ init "$@" trap handle_sig INT TERM PIPE HUP trap handle_exit EXIT -# make sure update-iso.sh exists -UPDATE_ISO=$MY_REPO/stx/utilities/utilities/platform-util/scripts/update-iso.sh +# make sure update-iso-centos.sh exists +UPDATE_ISO=$MY_REPO/stx/utilities/utilities/platform-util/scripts/update-iso-centos.sh : <"$UPDATE_ISO" || exit 1 # make sure input ISO file exists