diff --git a/modules/kargs/README.md b/modules/kargs/README.md index d46ba36..bb7c41d 100644 --- a/modules/kargs/README.md +++ b/modules/kargs/README.md @@ -1,6 +1,6 @@ # `kargs` -The `kargs `module injects kernel arguments into the image. Kernel arguments can be used to define how kernel will interact with the hardware or software. +The `kargs` module injects kernel arguments into the image. Kernel arguments can be used to define how kernel will interact with the hardware or software. Instead of modifying & rebuilding the kernel, the module uses `/usr/lib/bootc/kargs.d/` to define the kernel arguments. See the link below for how `bootc` injects kernel arguments: https://containers.github.io/bootc/building/kernel-arguments.html