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

updated to-do

This commit is contained in:
tcude 2024-02-05 18:09:47 -06:00
parent 12b31b3def
commit 539a32d427

View file

@ -1,10 +1,9 @@
#!/bin/bash
# To-do:
# - Add ability to choose between local-lvm and local-zfs
# - Add ability to choose between local-lvm and local-zfs - currently defaults to local-lvm
# - 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
# - Add functionality to remove old .ova files from local machine
### PREREQUISITES ###
# - Install ovftool on the machine you are running the script on