Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create_custom_esxi_iso.ps1: Print base image path correctly #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jthat
Copy link

@jthat jthat commented May 23, 2022

$ESXIDriver is undefined. It should be $ESXIBaseImagePath.

Example output difference:

 PS C:\users\jason\desktop\custom-esxi-image> .\create_custom_esxi_iso.ps1
-Processing ESXi Base Image  ...
+Processing ESXi Base Image C:\Users\jason\Desktop\custom-esxi-image\VMware-ESXi-7.0U3c-19193900-depot.zip ...
 Processing ESXi Driver C:\Users\jason\Desktop\custom-esxi-image\Net-Community-Driver_1.2.7.0-1vmw.700.1.0.15843807_19480755.zip ...
 Processing ESXi Driver C:\Users\jason\Desktop\custom-esxi-image\nvme-community-driver_1.0.1.0-3vmw.700.1.0.15843807-component-18902434.zip ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant