Replies: 2 comments 7 replies
-
@liyimeng if you use Ubuntu LTS, you can build your own image with the Kernel you want and feed it as BASE_IMAGE to the Dockerfile.kairos-ubuntu, then we will not install the kernel. For all other distros you will need to do that process yourself. IMO is better to do it in the Dockerfile because you still need to run dracut to build the initramfs at the end of the process, so it cannot be a static package comming for Luet only. |
Beta Was this translation helpful? Give feedback.
7 replies
-
Likely be this one #2195 |
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
-
I wanna build a variant with my own custom kernel. I make a possibilities exploration, as far as I found, there are some options:
I am not sure what is the better way to go, any suggestion?
Thanks a lot in advanced!
Beta Was this translation helpful? Give feedback.
All reactions