From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-112264-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1OTzo2-0007Rq-Qm
	for garchives@archives.gentoo.org; Wed, 30 Jun 2010 16:06:37 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8E5A41C0F9;
	Wed, 30 Jun 2010 16:05:31 +0000 (UTC)
Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com [209.85.161.181])
	by pigeon.gentoo.org (Postfix) with ESMTP id 6C4CB1C0F9
	for <gentoo-user@lists.gentoo.org>; Wed, 30 Jun 2010 16:05:31 +0000 (UTC)
Received: by gxk24 with SMTP id 24so551723gxk.40
        for <gentoo-user@lists.gentoo.org>; Wed, 30 Jun 2010 09:05:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:received:in-reply-to
         :references:date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        bh=38DHzz++etQgsRpgoPAej56bBlNJAWf/2qI9MlnKFjA=;
        b=Q9e93yO08kwKBqZEIiURqYyQpXEHU4F9qEgP2aolVSrDh0qfm/BU9mbaCb8rgRiaUc
         AWsnBcSlhhd4Lqp0MnBOo6qT7QZNSff6r9/ey0XY1HEWVcLhioCCvdN3xSNgPh6UsLlP
         ss2ALZXmkyPpFva+2dADrBeQJ2XmUKsN8lnGo=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        b=qmlPkorwpkpxlU6c/XneJhw5DDwzBqVl6TCERSHnpUmtdTP0jEzjiNqnaWA4dxYPyA
         Ep2rxKViSdObb9k7K1Wx0HhKNmVZg4UfWUl2qciceE13fgzj0F7P3i9KHgqCjckd49P6
         GAILL3QSicX9jMgg1DajD4Y+SLkasyFtNadJs=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.103.86.32 with SMTP id o32mr3558562mul.99.1277913930260; Wed, 
	30 Jun 2010 09:05:30 -0700 (PDT)
Received: by 10.231.15.203 with HTTP; Wed, 30 Jun 2010 09:05:30 -0700 (PDT)
In-Reply-To: <20100630164544.0b213cf9@zaphod.digimed.co.uk>
References: <4C2B4B47.9090603@gmx.ch>
	<AANLkTim2yrERMvVABNke9buJ-7gCP6tT-yMmymi_nRZ0@mail.gmail.com>
	<4C2B5941.6090609@gmx.ch>
	<4C2B5A9C.5060609@gmail.com>
	<20100630164544.0b213cf9@zaphod.digimed.co.uk>
Date: Wed, 30 Jun 2010 09:05:30 -0700
Message-ID: <AANLkTik6LDdHIVFZ-NtNa_-XT8S9r7uNfZfYjOFil0xh@mail.gmail.com>
Subject: Re: [gentoo-user] Minimal Gentoo with X
From: Kyle Bader <kyle.bader@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 297c9ee3-9f75-4d9a-9754-0df13400cf29
X-Archives-Hash: 93b9344776f7fef1693721f764740b0e

>> Since space is a issue for you, you really only need the kernel sources
>> for the kernel you are using. =C2=A0One could argue that if you have a w=
ell
>> built kernel and don't plan to change it in the future, you could
>> remove its sources too. =C2=A0I would save a copy of the config tho.
>
> I'd certainly argue that. A single set of sources can take up more than
> half a gigabyte after compilation. If you use make install to install the
> kernel, it puts a backup of the config in /boot automatically.

It is also good to keep the System.map and vmlinux file in case you or
someone else needs to debug your kernel traces.

--=20

Kyle