Add message about building ISO
This commit is contained in:
parent
79ecf05e1f
commit
4403bff888
|
@ -83,6 +83,7 @@ fail() {
|
||||||
|
|
||||||
build_iso() {
|
build_iso() {
|
||||||
if [[ ! -f pvc-installer_pxe-tmp.iso ]]; then
|
if [[ ! -f pvc-installer_pxe-tmp.iso ]]; then
|
||||||
|
echo "Building installer ISO..."
|
||||||
./buildiso.sh \
|
./buildiso.sh \
|
||||||
-o pvc-installer_pxe-tmp.iso \
|
-o pvc-installer_pxe-tmp.iso \
|
||||||
-u ${deployusername} \
|
-u ${deployusername} \
|
||||||
|
|
Loading…
Reference in New Issue