distro kernel

Quick kernel question from a vps newb - do I have to worry when I update centOS that a new kernel will replace the linode one?

2 Replies

@mosdl:

Quick kernel question from a vps newb - do I have to worry when I update centOS that a new kernel will replace the linode one?
If you're not using pv-grub then the centOS kernel isn't used at all.

sweh is correct - but if you are running your own kernel, adding the following to the [main] section of /etc/yum.conf will prevent it being updated:

exclude=kernel kernel-*

You can use any package name or glob pattern to exclude other packages, too.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct