8.0

Table Of Contents
---- ------- --
------ ------------
testaddonv1 1.0.0-1 testaddonv1:1.0.0-1 ESXLifecycle
QE 02/20/20xx 18:28:23
You can also list all components in a sofware depot with the Get-DepotComponents cmdlet:
PS C:\> Get-DepotComponents -Depot C:\Intel-i40en_1.12.3.0-1OEM.xxxxxxx.zip
The command output is:
Name Version
ID Vendor
---- -------
-- ------
Intel-i40en 1.12.3.0-1OEM.xxxxxxx Intel-
i40en:1.12.3.0-1OEM.xxxxxxx Intel
You can use any number and combination of online and offline software depots.
2 Create a software specification. For example:
{
"base_image": {
"version": "8.0.0-0.0.xxxxxxx"
},
"add_on": {
"name": "testaddonv1",
"version": "1.0.0-1"
},
"components": {
"Intel-i40en": "1.12.3.0-1OEM.xxxxxxx"
}
}
The software specification is a JSON file that contains information about the ESXi base image
and additional packages, such as a vendor add-on.
3 Generate a custom ISO image by running the New-IsoImage cmdlet with the parameters
Depots,SoftwareSpec and Destination. For example:
New-IsoImage -Depots “c:\temp\VMware-ESXi-8.0-xxxxxxx-depot.zip” , “c:\temp\HPE-xxxxxxx-
Jan20xx-Synergy-Addon-depot.zip” -SoftwareSpec “c:\temp\HPE-80xx-custom.JSON” -Destination
“c:\temp\HPE-80xx-custom.iso”
The depot(s) include the path to the zip files for the supported ESXi version and vendor
add-on. The destination include the path and file name for the custom ISO file.
You can pass additional kernel options, create a live image, overwrite existing files, or
check acceptance levels for individual VIBs used during the creation of the image. For
more information about the New-IsoImage cmdlet, see https://code.vmware.com/docs/11794/
cmdletreference/doc/New-IsoImage.html.
VMware ESXi Installation and Setup
VMware, Inc. 54