From 46899e3433c75a1f387fdae90d4fbe98fae0d5f0 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:54 -0400 Subject: [PATCH] Improve output message at end of install --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b55343a..3707d93 100755 --- a/install.sh +++ b/install.sh @@ -302,6 +302,7 @@ cat </etc/issue Debian GNU/Linux 10 \\\\n \\\\l Primary interface IP address: \$IP + EOF" | tee ${target}/etc/network/if-up.d/issue-gen >&2 chmod +x ${target}/etc/network/if-up.d/issue-gen 1>&2 echo "done." @@ -329,7 +330,9 @@ for i in $( seq 2 86 ); do echo -n "-"; done; echo echo "${titlestring_text}" 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. |" +echo "| 3. Configure /etc/network/interfaces to the cluster specifications. Remember to |" +echo "| remove the static or DHCP specification of the primary interface; the daemon |" +echo "| manages this automatically. |" echo "| 4. Proceed with system deployment via PVC Ansible. |" for i in $( seq 2 86 ); do echo -n "-"; done; echo echo