esxi/boot-cfg-extra-modules

Set the ESXi software install acceptance level.

Dynamically add additional modules in to the ESXi installed list of modules. This is an Array of modules. The boot.cfg supports a relative path to the module from the boot.cfg specified location defined by the prefix. For Digital Rebar, this means a path of ../../files/ would refer to the standard Files served artifacts.

A full HTTP path may be specified to the location of the modules.

YAML Example:

- "https://files.example.com/path/module.v00"
- "../../files/modules/driver.v00"

JSON Example:

[
  "https://files.example.com/path/module.v00",
  "../../files/modules/driver.v00"
]

Note

If the module does not exists or can't be found, the ESXi install will fail.