LoadMode
Load mode of the kernel module.
| Characteristic | Value |
|---|---|
| Type | enum |
Variants
Always
Set kernel modules to be loaded automatically at boot time.
| Characteristic | Value |
|---|---|
| Type | string |
| Value | always |
Auto
Used for modules that are automatically loaded by the kernel as needed, without explicit configuration to load them at boot.
| Characteristic | Value |
|---|---|
| Type | string |
| Value | auto |
Disable
Configures kernel modules to be explicitly disabled, preventing them from loading automatically.
| Characteristic | Value |
|---|---|
| Type | string |
| Value | disable |
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.
| Characteristic | Value |
|---|---|
| Type | string |
| Value | inherit |