From 4403bff888a6e1025c82163572be9fe5282442aa Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:00 -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} \