remove kernels

remove kernels manually

yum install yum-utils -y
package-cleanup --oldkernels --count=2

Configure yum to auto-remove old kernels

# minimum value = 2
/etc/yum.conf:
installonly_limit=2