Skip to content

Commit 897a2ba

Browse files
Fix link to bootc documentation. (#536)
* Update README.md Fix link to bootc documentation. * docs(kargs): Fix link formatting --------- Co-authored-by: fiftydinar <[email protected]>
1 parent d3fdab1 commit 897a2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/kargs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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.
44

55
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:
6-
https://containers.github.io/bootc/building/kernel-arguments.html
6+
https://bootc-dev.github.io/bootc/building/kernel-arguments.html
77

88
Because the kargs are managed by `bootc`, to use this module, it is required to be have it installed & to be using it for example for updating the image. This means that instead of `rpm-ostree update`, you need to use `bootc update` for kargs to get applied on the next boot. Or in case of changing the image, you need to use `bootc switch` instead of `rpm-ostree rebase`.
99

0 commit comments

Comments
 (0)