Os
Configuration for the host OS.
Characteristic | Value |
---|---|
Type | object |
Properties
additionalFiles
(optional)
Additional Files to add to the image.
Characteristic | Value |
---|---|
Type | array |
-
Items of the array must have the type:
Characteristic Value Type AdditionalFile
Link AdditionalFile
hostname
(optional)
Hostname of the system.
Characteristic | Value |
---|---|
Type | string |
kernelCommandLine
(optional)
Options for configuring the kernel.
Characteristic | Value |
---|---|
Type | KernelCommandLine |
Link | KernelCommandLine |
modules
(optional)
Kernel modules to configure.
Characteristic | Value |
---|---|
Type | array |
-
Items of the array must have the type:
Characteristic Value Type Module
Link Module
netplan
(optional)
Netplan network configuration for the target OS.
See Netplan YAML Configuration for more information.
Characteristic | Value |
---|---|
Type | object |
Format | Netplan 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.
Characteristic | Value |
---|---|
Type | Selinux |
Default | {"mode":null} |
Link | Selinux |
services
(optional)
Options for configuring systemd services.
Characteristic | Value |
---|---|
Type | Services |
Link | Services |
users
(optional)
Users to configure on the host.
Characteristic | Value |
---|---|
Type | array |
Default | [] |
-
Items of the array must have the type:
Characteristic Value Type User
Link User