docs/news: describe the new saved_entry support

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2021-02-20 14:36:35 +00:00 committed by Ondřej Budai
parent 9d477e339b
commit 5c20d45040

View file

@ -0,0 +1,5 @@
# RHEL8.4: Fix grub2 kernel selection
By marking the kernel we install as the `saved_entry`, we make sure that installing additional/subsequent kernels do not unintentienally change the default kernel to be booted into.
Relevant PR: https://github.com/osbuild/osbuild-composer/pull/1241