mirror of
https://github.com/RGBCube/vmware-to-proxmox-migration-script
synced 2025-07-25 23:47:45 +00:00
updated to-do and added next steps for the user at the end of the script
This commit is contained in:
parent
ce568c831e
commit
b55a6465b2
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# To-do:
|
# To-do:
|
||||||
# - Add ability to choose between local-lvm and local-zfs
|
|
||||||
# - Find way to carry over MAC
|
# - Find way to carry over MAC
|
||||||
# - Attempt to find way to fix networking post-migration automatically
|
# - 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
|
# - 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
|
# Main process
|
||||||
export_vmware_vm
|
export_vmware_vm
|
||||||
transfer_vm
|
transfer_vm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue