Skip to content

bootstrap-tools

Defines a list of tools to install on the DRP Endpoint via the bootstrap capability

This is an array of strings where each string is a package name for the base Operating System that is running on the DRP Endpoint, to be installed.

This is used by the bootstrapping system to add packages to the DRP Endpoint.

By default no packages are specified. If the operator sets this Param on the self-runner Machine object (either directly or via a Profile), then runs one of the bootstrap workflows, the packages will be installed.

An example workflow is universal-bootstrap.

Example setting in YAML:

YAML
bootstrap-tools:
  - package1
  - package2

Or in JSON:

JSON
{ "bootstrap-tools": [ "package1", "package2" ] }

Objects that Reference bootstrap-tools

Objects used by bootstrap-tools

Not used in current content packs