Skip to main content

LoadMode

Load mode of the kernel module.

CharacteristicValue
Typeenum

Variants​

Always​

Set kernel modules to be loaded automatically at boot time.

CharacteristicValue
Typestring
Valuealways

Auto​

Used for modules that are automatically loaded by the kernel as needed, without explicit configuration to load them at boot.

CharacteristicValue
Typestring
Valueauto

Disable​

Configures kernel modules to be explicitly disabled, preventing them from loading automatically.

CharacteristicValue
Typestring
Valuedisable

Inherit​

Configures kernel modules to inherit the loading behavior set in the base image. Only applying new options where they are explicitly provided and applicable.

CharacteristicValue
Typestring
Valueinherit