From 539a32d427979a68083224741cce0491e4c096b2 Mon Sep 17 00:00:00 2001 From: tcude Date: Mon, 5 Feb 2024 18:09:47 -0600 Subject: [PATCH] updated to-do --- vmware_to_proxmox.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vmware_to_proxmox.sh b/vmware_to_proxmox.sh index 309aff1..969ee18 100755 --- a/vmware_to_proxmox.sh +++ b/vmware_to_proxmox.sh @@ -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