nix

Remove old Kernels from /boot safely

Boot partition full? It’s most likely old kernels, here’s some simple commands to clean up /boot by safely removing old kernels with yum # Install yum-utils (if they aren’t already installed) yum install yum-utils # Cleanup old kernels and don’t keep more than Read More