Permanently exclude a package from Yum installs/updates April 8th, 2008
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: yum
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).
Sorry, comments are closed for this article.