On 03/03/2017 03:07 PM, 'Matt Mathis' via CoreOS Dev wrote: > One problem that I have is the final image contains modules and includes > under /usr/lib64/modules/4.7.3-coreos-r1 instead of something like > /usr/lib64/modules/4.10.1-coreos* I would guess that some dependency was > not updated.... but I don't even see where the modules get generated. Is > the kernel being built twice?
Something like this should rebuild all kernel related stuff: 'ECLASS_DEBUG_OUTPUT='on' emerge-amd64-usr --deep --verbose sys-kernel/coreos-sources sys-kernel/coreos-modules sys-kernel/coreos-kernel' -Geoff
