Tweak some wording and free some space
This commit is contained in:
parent
7ec046d349
commit
01d0a5e0f8
|
@ -45,6 +45,7 @@ prepare_rootfs() {
|
||||||
buster \
|
buster \
|
||||||
debootstrap/ \
|
debootstrap/ \
|
||||||
http://localhost:3142/ftp.ca.debian.org/debian &>/dev/null
|
http://localhost:3142/ftp.ca.debian.org/debian &>/dev/null
|
||||||
|
sudo chroot debootstrap/ apt clean
|
||||||
sudo rsync -au debootstrap/ ${tempdir}/rootfs/
|
sudo rsync -au debootstrap/ ${tempdir}/rootfs/
|
||||||
echo "done."
|
echo "done."
|
||||||
|
|
||||||
|
|
|
@ -283,9 +283,9 @@ titlestring_text="| PVC node installation finished. Press <Enter> to reboot into
|
||||||
titlestring_len="$( wc -c <<<"${titlestring_text}" )"
|
titlestring_len="$( wc -c <<<"${titlestring_text}" )"
|
||||||
for i in $( seq 2 ${titlestring_len} ); do echo -n "-"; done; echo
|
for i in $( seq 2 ${titlestring_len} ); do echo -n "-"; done; echo
|
||||||
echo "${titlestring_text}"
|
echo "${titlestring_text}"
|
||||||
echo "Verify the system is configured as you would expect, add any additional interfaces"
|
echo "| On successful boot, verify the system is configured as you would expect, add any |"
|
||||||
echo "to the /etc/network/interfaces file, and then run the PVC Ansible role in"
|
echo "| additional interfaces to the /etc/network/interfaces file, and then run the PVC |"
|
||||||
echo "'bootstrap=yes' mode to continue deploying the PVC system."
|
echo "| Ansible role against this host to complete deploying this PVC node. |"
|
||||||
for i in $( seq 2 ${titlestring_len} ); do echo -n "-"; done; echo
|
for i in $( seq 2 ${titlestring_len} ); do echo -n "-"; done; echo
|
||||||
echo
|
echo
|
||||||
read
|
read
|
||||||
|
|
Loading…
Reference in New Issue