Skip to main content
2 of 3
add grubby info
maxschlepzig
  • 59.7k
  • 53
  • 224
  • 298

This is a well known bug:

To determine how a kernel package updates grub.cfg one can display the scripts via:

$ yum whatprovides /boot/vmlinuz-3.10.0-123.9.3.el7.x86_64
kernel-3.10.0-123.9.3.el7.x86_64 : The Linux kernel
[..]
$ rpm -q --scripts kernel-3.10.0-123.9.3.el7.x86_64

This shows that /usr/sbin/new-kernel-pkg is called - which in turn calls grubby.

maxschlepzig
  • 59.7k
  • 53
  • 224
  • 298