From 5c5a8a0205b9358fb2943784d5400fcf600f70e1 Mon Sep 17 00:00:00 2001 From: tcude Date: Thu, 18 Jan 2024 16:19:26 -0600 Subject: [PATCH] expanded to-do list and fixed typo --- vmware_to_proxmox.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vmware_to_proxmox.sh b/vmware_to_proxmox.sh index fba18d7..7aa1ff3 100755 --- a/vmware_to_proxmox.sh +++ b/vmware_to_proxmox.sh @@ -1,8 +1,9 @@ #!/bin/bash -# Todo - Get rid of temp EFI +# To-do - Get rid of temp EFI # - 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 # Function to get user input with a default value get_input() {