deleting older kernels

Satish Balay balay at fastmail.fm
Mon Nov 22 04:32:31 UTC 2004


On Mon, 22 Nov 2004, GV wrote:

> I'm running FC2 and after few updates, LILO is showing up a list of
> kernels when booting my PC. Obviously I don't need the old ones any more
> so how can I identify and properly delete them via yum?

I normally do the following:

1. identify the currently running kernel
uname -a
2. identyfy the installed kernels
rpm -q kernel
3. remove the old kernels - for eg:
rpm -e kernel-2.6.9-1.667 kernel-2.6.9-1.678_FC3

And its good to have a backup kernel - so keep the current - and the
previous stable kernel.

Satish




More information about the fedora-list mailing list