On Tue, 2003-12-09 at 16:11, Gilbert Sebenste wrote: > Hello all, > > I'd like to remove old kernels from my FC1 and RedHat 9 installs. I have > the Grub bootloader...any suggestions on the *best* way to do it? > rpm -e kernelname? > uname -a (to get the name of the one that works :-D ) rpm -qa | grep -i kernel (to find all that are installed) rpm -e the_kernel_to_remove (making sure you don't remove the running kernel!) -- Tony Placilla anthony_placilla@xxxxxxxx perl -e 'print $i=pack(c5, (41*2), sqrt(7056), (unpack(c,H)-2), oct(115), 10);'