Old unused Kernels can take up a fair amount of Disk Space.
To identify kernels that may be safely removed from your System,
run the following in a Terminal:
curl -O 'http://skvidal.fedorapeople.org/misc/kernel-prune.py' chmod a+x kernel-prune.py ./kernel-prune.py
Then to safely remove the kernel versions listed by the above command, run the following as root:
PKGS=`./kernel-prune.py` echo $PKGS yum remove $PKGS
0 Comments:
Post a Comment