From owner-freebsd-current@FreeBSD.ORG Thu Oct 21 12:39:04 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCBC516A4CE; Thu, 21 Oct 2004 12:39:04 +0000 (GMT) Received: from web.portaone.com (mail.russia.cz [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4BA143D58; Thu, 21 Oct 2004 12:39:03 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.73] (portacare.portaone.com [195.140.247.242]) (authenticated bits=0) by web.portaone.com (8.12.11/8.12.11) with ESMTP id i9LCd1aa066137 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 21 Oct 2004 14:39:02 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <4177ADDA.3050002@portaone.com> Date: Thu, 21 Oct 2004 15:38:50 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Rob cc: freebsd-current@FreeBSD.ORG Subject: Re: [Fwd: What do people think about not installing a stripped,/kernel ?] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 12:39:04 -0000 Robert Watson wrote: > On Thu, 21 Oct 2004, Maxim Sobolev wrote: > > >>C'mon guys, nobody says it should be unconditional. Of course there >>should be an easy, well-documented way to turn it off in situations when >>the space really matters. > > > Or maybe to turn it on when it doesn't matter. Remember that many users > on the upgrade path from earlier 4.x's have 32mb or 64mb root file > systems. It doesn't take very many 17mb debugging kernels to fill that > up. See my own follow-up. Actually it is possible to keep debug stubs separate from actual executables (say in /var/debug). I am testing a preliminary to implements that. -Maxim