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-102218-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1N0hhv-00014U-Ny
	for garchives@archives.gentoo.org; Wed, 21 Oct 2009 20:22:55 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3CAAFE006E;
	Wed, 21 Oct 2009 20:22:54 +0000 (UTC)
Received: from mail-pz0-f199.google.com (mail-pz0-f199.google.com [209.85.222.199])
	by pigeon.gentoo.org (Postfix) with ESMTP id 09D2BE006E
	for <gentoo-user@lists.gentoo.org>; Wed, 21 Oct 2009 20:22:53 +0000 (UTC)
Received: by pzk37 with SMTP id 37so5571223pzk.10
        for <gentoo-user@lists.gentoo.org>; Wed, 21 Oct 2009 13:22:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type;
        bh=P4mpq1lmyMuEbhYtJg0muvXYtljZxKNv3FD+SzDRjug=;
        b=YmqsRXtpb0kVRdOW01ROiNHLmL/I/IpUm18rPWM+SrZPx6P6NkUP6lRwG69bzoAdbE
         GimaqHOfO3lXTNQzEPtITaOm3zZ35nWlzHy35E2FELMId4KE7QQKEx7AG/CZhbuViomy
         51aqf640BtXuWKbx8aO4VvEB+22UbnDftfb7s=
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;
        b=eAuAL4FUOPS2zBaIgY9eB1W+aI9rslE0Kl37EjmEaHVCJCWMg58ZNettXRWVHdWDRT
         8PE8k/cK+W+o5M6BSSkmiio0K51RZ5S58f429bdwP1IipRxlc4SGCW2BkdF9TlVnUpVt
         ayXaV/gTv3SD5QAXwcqjFW52dlBzqxuMMhygI=
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.142.7.12 with SMTP id 12mr566912wfg.328.1256156573650; Wed, 21 
	Oct 2009 13:22:53 -0700 (PDT)
In-Reply-To: <200910212113.34475.alan.mckinnon@gmail.com>
References: <a0811460910211125m28d1c14ct7a0d4ebe5d131cf3@mail.gmail.com>
	 <4ADF5BE6.2070506@gentoo.org>
	 <200910212113.34475.alan.mckinnon@gmail.com>
Date: Wed, 21 Oct 2009 14:22:53 -0600
Message-ID: <a0811460910211322r653cca2r7a43831f121539cc@mail.gmail.com>
Subject: Re: [gentoo-user] Re: kernel panic -- finding proper config diff
From: Maxim Wexler <maxim.wexler@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 1d8fc5d9-7b38-49bb-a8bf-11033e5e987b
X-Archives-Hash: ae9b83d1535cba935d16e28e4c94f41e

> Does /dev/sda1 genuinely contain / and not for example /boot?
>

This is on an Asus 900A. 4G SSD, / and /boot all on one partition,
formatted ext2, to prevent journalling overhead, with e2fsck set to
check the fs at every boot.  An 8G card contains /home and /var.

mw