We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf76801 + 4e6a5f8 commit db0ba40Copy full SHA for db0ba40
scripts/vcsa/create-esxi-vm.sh
@@ -20,7 +20,7 @@ EOF
20
21
disk=48
22
mem=16
23
-# 6.7 U3 https://docs.vmware.com/en/VMware-vSphere/6.7/rn/vsphere-esxi-vcenter-server-67-release-notes.html
+# 6.7 U3
24
iso=VMware-VMvisor-6.7.0-14320388.x86_64.iso
25
26
while getopts d:hi:m:s flag
scripts/vcsa/create-vcsa-vm.sh
@@ -15,7 +15,7 @@ export GOVC_INSECURE=1
15
16
name=vcsa
17
18
19
ova=VMware-vCenter-Server-Appliance-6.7.0.40000-14367737_OVF10.ova
while getopts a:i:n: flag
0 commit comments