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).
You're reading the personal weblog of Nicky Peeters, a web application developer and guitarist from Belgium. speakermouth is his company, addActionListener(this) his band.
Expect to find stuff on Common Lisp & Ruby on Rails web application development, REST webservices and everything in between.