Skip to content

Commit a88e4d3

Browse files
committed
update links to documentation regarding Bootc kernel arguments
1 parent 7b49d23 commit a88e4d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/macros/01-general.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ The kernel arguments should be set in <tt>/usr/lib/bootc/kargs.d</tt> in a TOML
11701170
# /usr/lib/bootc/kargs.d/10-example.toml
11711171
kargs = ["{{{ arg_name_value }}}"]
11721172
</pre>
1173-
For more details on configuring kernel arguments in bootable container images, please refer to {{{ weblink(link="https://containers.github.io/bootc/building/kernel-arguments.html", text="Bootc documentation") }}}.
1173+
For more details on configuring kernel arguments in bootable container images, please refer to {{{ weblink(link="https://bootc-dev.github.io/bootc//building/kernel-arguments.html", text="Bootc documentation") }}}.
11741174
{{%- endif -%}}
11751175
{{%- endmacro -%}}
11761176

@@ -1188,7 +1188,7 @@ Run the following command to update command line for already installed kernels:
11881188
{{% if bootable_containers_supported == "true" %}}
11891189
If the system is distributed as a bootable container image, GRUB2 can't be configured using the method described above, but the kernel arguments should be configured using TOML files located in the <tt>/usr/lib/bootc/kargs.d</tt> directory.
11901190
Remove all occurences of <tt>{{{ arg_name }}}</tt> from all files in <tt>/usr/lib/bootc/kargs.d</tt>.
1191-
For more details on configuring kernel arguments in bootable container images, please refer to {{{ weblink(link="https://containers.github.io/bootc/building/kernel-arguments.html", text="Bootc documentation") }}}.
1191+
For more details on configuring kernel arguments in bootable container images, please refer to {{{ weblink(link="https://bootc-dev.github.io/bootc//building/kernel-arguments.html", text="Bootc documentation") }}}.
11921192
{{%- endif -%}}
11931193
{{%- endmacro -%}}
11941194

0 commit comments

Comments
 (0)