From d12d657371e0f0136701dbd2762b3c272aaa1251 Mon Sep 17 00:00:00 2001 From: xyny <60004820+xynydev@users.noreply.github.com> Date: Sun, 27 Apr 2025 08:58:03 +0000 Subject: [PATCH] docs(kargs): fix code block spacing --- modules/kargs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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