From owner-cvs-all Mon Nov 18 20:23:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B33C737B401; Mon, 18 Nov 2002 20:23:31 -0800 (PST) Received: from smtp02.iprimus.net.au (smtp02.iprimus.net.au [210.50.76.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F0B43E75; Mon, 18 Nov 2002 20:23:29 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au ([210.50.200.211]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.5600); Tue, 19 Nov 2002 15:23:18 +1100 Received: from dilbert.robbins.dropbear.id.au (epkm488ne9avfrvz@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id gAJ4NEEi071626; Tue, 19 Nov 2002 15:23:15 +1100 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id gAJ4NC6P071625; Tue, 19 Nov 2002 15:23:12 +1100 (EST) (envelope-from tim) Date: Tue, 19 Nov 2002 15:23:12 +1100 From: Tim Robbins To: Kris Kennaway Cc: Alfred Perlstein , Robert Watson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: www/en/releases/5.0R todo.sgml Message-ID: <20021119152312.A70748@dilbert.robbins.dropbear.id.au> References: <200211190032.gAJ0WoNq032778@repoman.freebsd.org> <20021119005344.GE16066@elvis.mu.org> <20021119130340.A66949@dilbert.robbins.dropbear.id.au> <20021119024120.GA1917@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021119024120.GA1917@rot13.obsecurity.org>; from kris@obsecurity.org on Mon, Nov 18, 2002 at 06:41:20PM -0800 X-OriginalArrivalTime: 19 Nov 2002 04:23:19.0039 (UTC) FILETIME=[635E08F0:01C28F83] Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Nov 18, 2002 at 06:41:20PM -0800, Kris Kennaway wrote: > On Tue, Nov 19, 2002 at 01:03:40PM +1100, Tim Robbins wrote: > > > IIRC /boot/kernel/kernel.debug is still being installed, which takes up > > 32 MB of disk space. This probably needs to go since it is a significant > > amount of space for something that most people won't use; you can get away > > with a 40-50 MB root fs on 4.7-RELEASE (inc. modules.old and kernel.old). > > Hmm, I've never seen this on any of my machines. How does > kernel.debug get installed, and are you sure it's not a local diff? This looks like the culprit, from src/release/Makefile... # Make and install the generic kernel(s). release.4: *snip* ${CROSSMAKE} ${KERNEL_FLAGS} -DNO_MODULES \ reinstallkernel -DINSTALL_DEBUG \ DESTDIR=${RD}/trees/base I'd like to see this go for 5.0-RELEASE or be taken out of the `base' set and moved into `debug' or something. It would make FTP installs a bit quicker for people on slow links (like myself) and allow people to make their root FS smaller (~60 MB vs. ~90 MB). It would also save a little bit of space on the CD since an uncompressed copy of kernel.debug is on it in the `boot' directory. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message