Old unused Kernels can take up a fair amount of Disk Space.
to install old ones.
to install old ones.
Install yum utils
yum install yum-utils
package-cleanup --oldkernels --count=2
will remove all old kernels except for the last 2.
Make Amount of Installed Kernels Permanent
Edit /etc/yum.conf and set installonly_limit
installonly_limit=2
No comments:
Post a Comment