1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/kmm-creating-moduleloader-image.adoc
2023-04-05 13:34:41 +00:00

14 lines
517 B
Plaintext

// Module included in the following assemblies:
//
// * hardware_enablement/kmm-kernel-module-management.adoc
:_content-type: CONCEPT
[id="kmm-creating-moduleloader-image_{context}"]
= Using a ModuleLoader image
Kernel Module Management (KMM) works with purpose-built module loader images.
These are standard OCI images that must satisfy the following requirements:
* `.ko` files must be located in `+/opt/lib/modules/${KERNEL_VERSION}+`.
* `modprobe` and `sleep` binaries must be defined in the `$PATH` variable.