VFrontDe-Org / ESXi-Customizer-PS

PowerCLI script that greatly simplifies and automates the process of creating fully patched and customized VMware ESXi installation images
677 stars 165 forks source link

change/force the acceptance level to CommunitySupported #39

Closed HellboyPI closed 2 years ago

HellboyPI commented 3 years ago

How to change/ force the acceptance level to CommunitySupported, when using the ESXi-Customizer-PS script?

I want to create an ESXi 7 custom image with support for Intel I219 / I225 network adapter.

a) I downloaded the Community Networking Driver for ESXi. b) Ran the command .\ESXi-Customizer-PS-v2.8.1.ps1 -pkgDir C:\scripts\driver -ozip c) ESXi 7 custom image with the Community Networking Driver was created, but the acceptance level stayed PartnerSupported.

Or, is it possible to add the Community Networking Driver for ESXi to the V-Front Online Depot? The ESXi-Customizer-PS script then automatically changes the acceptance level to CommunitySupported.

virtualex-itv commented 3 years ago

what benefit do you get or what issues are you encountering that would require the need for CommunitySupported?

HellboyPI commented 3 years ago

Will the Community Networking Driver for ESXi work if the acceptance level is not CommunitySupported? Community driver needs CommunitySupported acceptance level, or not?

virtualex-itv commented 3 years ago

I honestly cannot answer that question as it's not related to the script nor do I have a system that would leverage that driver to test on, but the driver can indeed be added to your image using the script. I used the following command:

.\ESXi-Customizer-PS.ps1 -v70 -sip -pkgDir .\pkg\ -outDir .\iso\ -nsc

2021-05-19_8-02-07