lamw / ghettoVCB

ghettoVCB
MIT License
1.27k stars 363 forks source link

8.0.0 ESX relese NFS mount is not working #273

Closed domzs closed 1 year ago

domzs commented 1 year ago

It would be necessary to extend the ghettoVCB.sh with the 8.0.0 release number, because the NSF mount does not work under ESXi 8.0.0:

if [[ ${ESX_RELEASE} == "5.5.0" ]] || [[ ${ESX_RELEASE} == "6.0.0" || ${ESX_RELEASE} == "6.5.0" || ${ESX_RELEASE} == "6.7.0" || ${ESX_RELEASE} == "7.0.0" || ${ESX_RELEASE} == "7.0.1" || ${ESX_RELEASE} == "7.0.2" || ${ESX_RELEASE} == "7.0.3" || ${ESX_RELEASE} == "8.0.0" ]] ; then

Thank you.