docs(kargs): fix code block spacing
This commit is contained in:
parent
fa46e7af69
commit
d12d657371
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue