From 821d0fc40d6d8e24db5d6cd5b300e5677ab959de Mon Sep 17 00:00:00 2001 From: tcude Date: Wed, 7 Feb 2024 15:07:29 -0600 Subject: [PATCH] updated ending echo sequence --- vmware_to_proxmox.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vmware_to_proxmox.sh b/vmware_to_proxmox.sh index 40e25e2..38f8f1b 100755 --- a/vmware_to_proxmox.sh +++ b/vmware_to_proxmox.sh @@ -153,6 +153,9 @@ echo "Migration completed. Please remember to install and start the qemu-guest-a echo "For Debian/Ubuntu: sudo apt-get update && sudo apt-get install qemu-guest-agent" echo "For CentOS/RHEL: sudo yum install qemu-guest-agent" echo "Then, enable and start the service: sudo systemctl enable --now qemu-guest-agent" +echo "" +echo "You will also likely need to update your network interace name on the VM. This can be done by" +echo "running ip ad to grab the new interface name and then updating what is stored in /etc/netplan/00-installer-config.yaml" # Main process export_vmware_vm