Skip to content

How do kernel arguments work? #171

Answered by cgwalters
cgwalters asked this question in Q&A
Discussion options

You must be logged in to vote

The important thing to understand is that today, bootc is backed by ostree, and in general most things work how they work with ostree. Today, kernel arguments with ostree are part of "BLS type 1" config files in /boot/loader that any tool can edit - they are not explicitly managed state. rpm-ostree offers a high level rpm-ostree kargs CLI.

Typically, kernel arguments are injected at the time the "deployment" is made; this can be done as part of making a disk image (e.g. via image builder or Anaconda). A new thing with bootc is support for bootc install which offers a --karg argument that allows injecting kernel arguments at the time of installation.

(Now, some people making derived operat…

Replies: 1 comment 1 reply

Comment options

cgwalters
Nov 2, 2023
Maintainer Author

You must be logged in to vote
1 reply
@cgwalters
Comment options

cgwalters Nov 2, 2023
Maintainer Author

Answer selected by cgwalters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant