I would like to exclude a particular kernel from one machine. I have edited yum.conf like so:
exclude=kernel-2.6.8-1.521.i586
I still get that kernel in my list of upgrades. How do I specify it correctly?
Thank you.
Try exclude=kernel* in your /etc/yum.conf
Would a yum clean help?