This is a discussion on unmerge kernel within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> Hi, I want to unmerge all 2.4 kernels that are installed on my system except the 2.4.20-gentoo-r6. What command ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On Tue, 04 May 2004 02:02:47 +0200, Matata wrote: > Hi, > > I want to unmerge all 2.4 kernels that are installed on my system except > the 2.4.20-gentoo-r6. What command do I have to use? emerge -p unmerge your-sources will list all the versions of your-sources then e.g. emerge -C unmerge your-sources-2.4.20-r5 or whatever |
| ||||
| On Tue, 04 May 2004 09:06:02 +0200, PiotrAF wrote: > On Tue, 04 May 2004 02:02:47 +0200, Matata wrote: > >> Hi, >> >> I want to unmerge all 2.4 kernels that are installed on my system except >> the 2.4.20-gentoo-r6. What command do I have to use? > > emerge -p unmerge your-sources > will list all the versions of your-sources > then e.g. > emerge -C unmerge your-sources-2.4.20-r5 or whatever thx |