1
Fork 0
mirror of https://github.com/RGBCube/vmware-to-proxmox-migration-script synced 2025-07-24 23:17:44 +00:00

updated to-do and added next steps for the user at the end of the script

This commit is contained in:
tcude 2024-02-06 10:27:27 -06:00
parent ce568c831e
commit b55a6465b2

View file

@ -1,6 +1,5 @@
#!/bin/bash
# To-do:
# - Add ability to choose between local-lvm and local-zfs
# - Find way to carry over MAC
# - Attempt to find way to fix networking post-migration automatically
# - Get script to pull specs of ESXi VM and use them when creating Proxmox VM
@ -150,6 +149,11 @@ function add_efi_disk_to_vm() {
}
}
echo "Migration completed. Please remember to install and start the qemu-guest-agent inside the VM."
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"
# Main process
export_vmware_vm
transfer_vm