docs(kargs): fix code block spacing

This commit is contained in:
xyny 2025-04-27 08:58:03 +00:00 committed by GitHub
parent fa46e7af69
commit d12d657371
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# `kargs` # `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: 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 https://containers.github.io/bootc/building/kernel-arguments.html