New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initrd hostonly-kernel-modules.txt varies from CPU #617
Comments
|
Just build a non-hostonly initrd |
|
and specify the dracut modules to include |
|
Hi, if you are make a hostonly build that is expected to be different per host, as it is a "host only" imag. |
|
We build it hostonly in KVM because we know it will only ever be run in KVM in the Open Build Service (OBS) and we need the small size to keep its performance impact low. The other use-case is around katacontainer images. So would be nice to have a mode where we skip the hostonly-kernel-modules.txt creation. |
|
Reopen, if PR #624 does not fix your issue |
While working on reproducible builds for openSUSE, I found that our kernel-obs-build package that contained a dracut-generated initrd would vary between VMs on different hosts, if those had different CPUs.
With commit 7047294 the diff was only about
crc32c_intelbut since 0ef8f50 this has grown.@ryncsn - I'd like to get identical build results on different build hosts. How could we get there?
The text was updated successfully, but these errors were encountered: