docs/news: describe new blueprint kernel option
This commit is contained in:
parent
8438078c50
commit
d686abfffb
1 changed files with 13 additions and 0 deletions
13
docs/news/unreleased/kernel-customizations-name.md
Normal file
13
docs/news/unreleased/kernel-customizations-name.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Blueprint: Kernel name customization
|
||||
|
||||
When creating ostree commits, only one kernel package can be installed at a
|
||||
time, otherwise creating the commit will fail in rpm-ostree. This prevents
|
||||
ostree type builds (RHEL for Edge and Fedora IoT) to add alternative kernels,
|
||||
in particular, the real-time kernel (`kernel-rt`).
|
||||
|
||||
Blueprints now support defining the name of the kernel to be used in an image,
|
||||
through the `customizations.kernel.name` key. If not specified, the default
|
||||
`kernel` package is included as before.
|
||||
|
||||
Relevant PRs:
|
||||
https://github.com/osbuild/osbuild-composer/pull/1175
|
||||
Loading…
Add table
Add a link
Reference in a new issue