mirror of
https://github.com/RGBCube/vmware-to-proxmox-migration-script
synced 2025-07-26 07:57:46 +00:00
expanded to-do list and fixed typo
This commit is contained in:
parent
14fa3574b6
commit
5c5a8a0205
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
#!/bin/bash
|
#!/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
|
# - 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
|
||||||
|
|
||||||
# Function to get user input with a default value
|
# Function to get user input with a default value
|
||||||
get_input() {
|
get_input() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue