From owner-cvs-src@FreeBSD.ORG Mon Sep 12 07:16:13 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 709AD16A41F; Mon, 12 Sep 2005 07:16:13 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 250C543D49; Mon, 12 Sep 2005 07:16:12 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j8C7G1eM048092; Mon, 12 Sep 2005 00:16:05 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200509120716.j8C7G1eM048092@gw.catspoiler.org> Date: Mon, 12 Sep 2005 00:16:01 -0700 (PDT) From: Don Lewis To: Emanuel.strobl@gmx.net In-Reply-To: <200509110310.36423@harrymail> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, obrien@FreeBSD.org, nate@root.org 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: Mon, 12 Sep 2005 07:16:13 -0000 On 11 Sep, Emanuel Strobl wrote: > Am Sonntag, 11. September 2005 03:05 CEST schrieb Nate Lawson: >> David E. O'Brien wrote: >> > obrien 2005-09-11 00:22:21 UTC >> > >> > FreeBSD src repository >> > >> > Modified files: >> > sys/conf kern.post.mk >> > Log: >> > For HEAD, install a kernel with debug information if DEBUG is a >> > kernel config option. It is too easy to loose the build directory and >> > not have symbols for kgdb to read. >> > >> > Revision Changes Path >> > 1.84 +4 -17 src/sys/conf/kern.post.mk >> >> I disagree with this change. We do not need to waste the space in /. > > Hmm, why was default size of root changed to 500M? Incredable much too much > IMHO, if not reserved for debug kernels.... > I've just been wondering today how wasteful FreeBSD uses the hard disk > these days (BETA4)... I just filled / on my laptop during the installworld (due to /tmp/install*) after my first installkernel after this change. I was able to free up enough space to do the installworld, but I'll be in trouble after the next installkernel results in copies of kernel.debug in both /boot/kernel and /boot/kernel.old, and I'll lose the ability to stash away a third kernel version. I did the initial FreeBSD install before the default root size was increased to 500M and I'm not looking forward to trying to resize root.