1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/kmm-creating-moduleloader-image.adoc
2023-10-30 10:13:25 -04:00

14 lines
526 B
Plaintext

// Module included in the following assemblies:
//
// * hardware_enablement/kmm-kernel-module-management.adoc
:_mod-docs-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.