|
Aug
06
|
Ok so you have ran a yum -y update and you now have a new kernel loaded on your system.
If you want to remove an older kernel version, and make no other changes to your system so as not to clutter up your bootloader.
First check wich one you’re using: uname -r
List them all: rpm -qa | grep -i kernel
Remove what you don’t need: rpm -e kernel_version
Related posts:
- Asterisk wont start after Cent-os 2.6.9-42.0.3.EL update If you run an yum -y update then it will...
- Change Booting Kernel If you have ran a yum update -y on you...
- Nvidia binary via PPA To keep you grphics drivers at the latest levels you...
- Windows Saved Passwords Windows offers the ability to save passwords for web sites...
