diff --git a/buildpxe.sh b/buildpxe.sh index 9b53d77..c7df9ea 100755 --- a/buildpxe.sh +++ b/buildpxe.sh @@ -83,6 +83,7 @@ fail() { build_iso() { if [[ ! -f pvc-installer_pxe-tmp.iso ]]; then + echo "Building installer ISO..." ./buildiso.sh \ -o pvc-installer_pxe-tmp.iso \ -u ${deployusername} \