Hi,
Looking for a pointer on how to upgrade the kernel to a specific release. By default we disable general kernel updates from the CentOS repository.
I have a set of modules (ivtv, ivtv-kmdl) that I want to yum install but they are available for kernel versions on either side of the current one.
Namely we are currently at: 2.6.9-67.0.7
but the module I want (ivtv-kmdl) is dependent on any of:
2.6.9-55,
2.6.9-67
2.6.9-67.0.15,
2.6.9-67.0.20
Since my server recently had a fresh install as of 7.3 the earliest kernel I have in /boot is 2.6.9-67.0.1
I suspect that if it could reference even 2.6.9-55 then it would be ok. But I suspect I'm best off moving forward to the next available kernel release.
How should I update to say .15 or .20? should I temporarily remove the exclude in the yum.conf templates or is there a better/easier way?
Thanks for suggestions.
Christian