mirror of
https://github.com/RGBCube/vmware-to-proxmox-migration-script
synced 2025-07-26 16:07:45 +00:00
updated to-do
This commit is contained in:
parent
12b31b3def
commit
539a32d427
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# To-do:
|
# 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
|
# - 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
|
||||||
# - Add functionality to remove old .ova files from local machine
|
|
||||||
|
|
||||||
### PREREQUISITES ###
|
### PREREQUISITES ###
|
||||||
# - Install ovftool on the machine you are running the script on
|
# - Install ovftool on the machine you are running the script on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue