From f3eb8e483b2abd9d780a39e2fac995c2d222cabf Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:54 -0400 Subject: [PATCH] Don't mention interfaces file, fully managed now --- install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 45068e2..548d54b 100755 --- a/install.sh +++ b/install.sh @@ -361,10 +361,7 @@ 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 "| 3. Configure /etc/network/interfaces to the cluster specifications. Optionally, |" -echo "| remove the static or DHCP specification of the primary interface; the daemon |" -echo "| manages this automatically if not present. |" -echo "| 4. Proceed with system deployment via PVC Ansible. |" +echo "| 3. Proceed with system deployment via PVC Ansible. |" echo "-------------------------------------------------------------------------------------" echo read