diff --git a/a-seed-from-nothing.sh b/a-seed-from-nothing.sh index 2626e5d..f786a88 100644 --- a/a-seed-from-nothing.sh +++ b/a-seed-from-nothing.sh @@ -30,26 +30,36 @@ then sudo apt update sudo apt install -y git tmux lvm2 iptables else - sudo dnf install -y git tmux lvm2 + sudo dnf install -y git tmux lvm2 patch fi # Work around connectivity issues seen while configuring this node as seed # hypervisor with Kayobe -if [[ "${CLOUD_USER}" = "cloud-user" ]] -then - sudo dnf install -y network-scripts - sudo rm -f /etc/sysconfig/network-scripts/ifcfg-ens3* -fi cat <