Skip to main content

Os

Configuration for the host OS.

CharacteristicValue
Typeobject

Properties

additionalFiles (optional)

Additional Files to add to the image.

CharacteristicValue
Typearray
  • Items of the array must have the type:

    CharacteristicValue
    TypeAdditionalFile
    LinkAdditionalFile

hostname (optional)

Hostname of the system.

CharacteristicValue
Typestring

kernelCommandLine (optional)

Options for configuring the kernel.

CharacteristicValue
TypeKernelCommandLine
LinkKernelCommandLine

modules (optional)

Kernel modules to configure.

CharacteristicValue
Typearray
  • Items of the array must have the type:

    CharacteristicValue
    TypeModule
    LinkModule

netplan (optional)

Netplan network configuration for the target OS.

See Netplan YAML Configuration for more information.

CharacteristicValue
Typeobject
FormatNetplan YAML

selinux (optional)

SELinux configuration for the host.

Note: SELinux cannot be used in conjunction with vfat or NTFS filesystems. When SELinux is set to permissive or enforcing, the setfiles operation will be skipped for any filesystems of type vfat or NTFS.

CharacteristicValue
TypeSelinux
Default{"mode":null}
LinkSelinux

services (optional)

Options for configuring systemd services.

CharacteristicValue
TypeServices
LinkServices

users (optional)

Users to configure on the host.

CharacteristicValue
Typearray
Default[]
  • Items of the array must have the type:

    CharacteristicValue
    TypeUser
    LinkUser