parent |
---|
Configuration |
The top-level type of the configuration.
storage [storage]
Contains the options for provisioning disks, partitions, and file systems.
iso [iso]
Optionally specifies the configuration for the generated ISO media.
pxe [pxe]
Optionally specifies the PXE-specific configuration for the generated OS artifacts.
os [os]
Contains the configuration options for the OS.
Example:
os:
hostname: example-image
scripts [scripts]
Specifies custom scripts to run during the customization process.
Enables experimental and preview features that are not yet generally available. Features listed under previewFeatures must be explicitly included in the Image Customizer configuration to enable their usage.
Supported options:
-
uki
: Enables the Unified Kernel Image (UKI) feature.When this option is specified, The
os.uki
configuration becomes available. A validos.bootloader.reset
value ofhard-reset
is required whenos.uki
is configured.
Example:
os:
bootloader:
resetType: hard-reset
uki:
kernels: auto
previewFeatures:
- uki