Zoetrope

a blog about web apps, Lisp, Rails and all the REST ...

Permanently exclude a package from Yum installs/updates

In /etc/yum.conf add:

exclude=kernel*

With the above, yum won't install/update any kernels automatically (actually: any package that begins with kernel).

tags:

Sorry, comments are closed for this article.