From 51c6d56aa125cc5e7449ba00d6fd9c6db4e33fdc Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 30 Aug 2023 09:46:39 -0400 Subject: [PATCH] Add message about building ISO --- buildpxe.sh | 1 + 1 file changed, 1 insertion(+) 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} \