From df1acc5e8020137ebd79746145a3eb221dcca536 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 12 Oct 2021 02:17:20 -0400 Subject: [PATCH] Adjust final messages --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e736d39..29f87c1 100755 --- a/install.sh +++ b/install.sh @@ -538,7 +538,7 @@ echo "done." set +o errexit echo -echo -n "Edit the /etc/network/interfaces file in the target before completing setup? [y/N] " +echo -n "Edit the /etc/network/interfaces file in the target before completing setup? If you plan to use bonding, it is prudent to set this up in basic form now! [y/N] " read edit_ifaces if [[ ${edit_ifaces} == 'y' || ${edit_ifaces} == 'Y' ]]; then vim ${target}/etc/network/interfaces @@ -557,7 +557,7 @@ cleanup echo "-------------------------------------------------------------------------------------" echo "| PVC node installation finished. Next steps: |" echo "| 1. Press to reboot the system. |" -echo "| 2. Boot the PVC base hypervisor and verify SSH access (IP shown on login screen). |" +echo "| 2. Boot the system verify SSH access (IP shown on login screen). |" echo "| 3. Proceed with system deployment via PVC Ansible. |" echo "| |" echo "| The INSECURE temporary root password if the system will not boot is: ${root_password} |"