Skip to main content

AdditionalFile

CharacteristicValue
Typeobject

Properties

destination (required)

Location on the target image to place the file.

CharacteristicValue
Typestring

content (optional)

The contents of the script. Conflicts with source.

CharacteristicValue
Typestring

permissions (optional)

Permissions to set on the file.

If not specified, this will default to the permissions of the source file when source is used and to 0644 when content is used.

CharacteristicValue
Typestring

source (optional)

Path to the script file. Conflicts with content.

The file must be located on the host's filesystem.

CharacteristicValue
Typestring