1

I have installed a non-rpm custom kernel. I have a cron job which does yum -y update in the background. Is it sufficent to remove the kernel packages to prevent them from being updated?

dongle26
  • 179
  • 1
  • 1
  • 5

1 Answers1

2

Append exclude=kernel* under [main] section in /etc/yum.conf.

quanta
  • 51,413
  • 19
  • 159
  • 217