On Thu, 16 Feb 2006 14:24:57 -0800, gentuxx wrote: > I do need to prune some of the older kernels out of there. But I > don't want to get rid of all of them but the most recent. Is there a > way that I can "protect" or "omit" 2.6.13-r3 from the emerge --prune > process and remove the rest? cd /usr/src ls -1d linux-* | head -n -2 | xargs --no-run-if-empty rm -fr qpkg -d -v -nc gentoo-sources | head -n -2 | xargs --no-run-if-empty emerge -C is what I use to remove all but the two most recent kernel sources. -- Neil Bothwick Of all the people I've met you're certainly one of them.