From owner-cvs-src@FreeBSD.ORG Sun Sep 11 12:27:01 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBA8316A41F for ; Sun, 11 Sep 2005 12:27:01 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from hydra.bec.de (www.ostsee-abc.de [62.206.222.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6710743D46 for ; Sun, 11 Sep 2005 12:27:01 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (unknown [139.30.252.72]) by hydra.bec.de (Postfix) with ESMTP id A551135707 for ; Sun, 11 Sep 2005 14:26:59 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1001) id CDAF2101F1; Sun, 11 Sep 2005 14:26:20 +0200 (CEST) Date: Sun, 11 Sep 2005 14:26:19 +0200 From: Joerg Sonnenberger To: cvs-src@freebsd.org Message-ID: <20050911122619.GA6514@britannica.bec.de> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911115526.A33344@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050911115526.A33344@fledge.watson.org> User-Agent: Mutt/1.5.10i Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 12:27:01 -0000 On Sun, Sep 11, 2005 at 11:58:39AM +0100, Robert Watson wrote: > If it is decided to keep this change in the tree, then we should make sure > that removing it is added to the "Create a -STABLE branch" directions -- > systems as recent as early to middle 4.x have quite small roots, and > cannot support debugging kernel information for kernel and kernel.old. It should be mentioned that DragonFly installs /kernel without stripping at all, but /kernel.old gets stripped. Since /kernel.old is normally a fallback kernel, it seems to be a good trade-off. Joerg