Add message about building ISO
This commit is contained in:
parent
79ecf05e1f
commit
4403bff888
|
@ -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} \
|
||||
|
|
Loading…
Reference in New Issue