I was wondering if someone could tell me the syntax to remove a Kernel? My /boot is filling up and I cleaned it out but will need to remove the kernel rpm?s correct?
Do a 'rpm -q kernel' first to find out all of the different kernels on your system. If you have more than one, the output will be something like.....
[EMAIL PROTECTED] root]# rpm -q kernel kernel-2.4.20-8 kernel-2.4.20-13.9
kernel-2.4.20-13.9 is my newest one, and the one I currently boot into, so I can remove all the others (only one in this case)....
rpm -e kernel-2.4.20-8
HTH
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list