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 <eric.macdonald@windriver.com> Change-Id: I829ad22b6b5f8a3cb00eb7445757ad215c5d424e
This commit is contained in:
parent
98cc0037e3
commit
fc45f66857
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user