mirror of
https://github.com/RGBCube/vmware-to-proxmox-migration-script
synced 2025-07-25 23:47:45 +00:00
updated ending echo sequence
This commit is contained in:
parent
b55a6465b2
commit
821d0fc40d
1 changed files with 3 additions and 0 deletions
|
@ -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 Debian/Ubuntu: sudo apt-get update && sudo apt-get install qemu-guest-agent"
|
||||||
echo "For CentOS/RHEL: sudo yum 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 "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
|
# Main process
|
||||||
export_vmware_vm
|
export_vmware_vm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue