Replies: 1 comment
-
You can't have multiple kernels in a bootc image, only one. I would avoid |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It looks like bootc boots the old kernel when upgraded package is already available.
I run dnf upgrade in the Containerfile and new kernel is installed into the image. But
bootc upgrade && sudo reboot
still loads the old image. It looks like additional image rebuild andbootc upgrade
is needed to pick up the updated kernel. Is there any way to start with the latest kernel immediately? Or is this a bug?Beta Was this translation helpful? Give feedback.
All reactions