From owner-cvs-all@FreeBSD.ORG Wed Jun 1 15:23:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 23B1716A41C; Wed, 1 Jun 2005 15:23:41 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E4243D48; Wed, 1 Jun 2005 15:23:40 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j51FNepR009541; Wed, 1 Jun 2005 08:23:40 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j51FNe4D009540; Wed, 1 Jun 2005 08:23:40 -0700 (PDT) (envelope-from obrien) Date: Wed, 1 Jun 2005 08:23:40 -0700 From: "David O'Brien" To: John Baldwin Message-ID: <20050601152340.GA9381@dragon.NUXI.org> References: <200505312116.j4VLGpYw072934@repoman.freebsd.org> <429CD6E8.1070009@portaone.com> <20050601142848.GA7964@dragon.NUXI.org> <200506011113.26742.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506011113.26742.jhb@FreeBSD.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, Maxim Sobolev , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 15:23:41 -0000 On Wed, Jun 01, 2005 at 11:13:25AM -0400, John Baldwin wrote: > On Wednesday 01 June 2005 10:28 am, David O'Brien wrote: > > On Wed, Jun 01, 2005 at 12:28:08AM +0300, Maxim Sobolev wrote: > > > David E. O'Brien wrote: > > > > Modified files: > > > > sys/boot/i386/loader Makefile > > > > Log: > > > > Put bzip2 support on equal footing with gzip support. > > > > Enable bzip2 support by default, set LOADER_NO_BZIP2_SUPPORT to > > > > disable it. > > > > > > This only increases the size of loader without any good reason. Please > > > stop making nonsense commits. > > > > And having gzip support on by default only increases the loader without > > any good reason. We provide a feature rich environment. The loader > > isn't at the brink of its size limit like boot0 is. I put bzip2 on par > > with gzip support. If this support bloats the loader too much, we should > > disable the gzip support then, not the bzip2 support - as you know bzip2 > > compresses better. > > We use gzip on the install CDs and install floppies. This change made the > install floppy for i386 overflow. :) We don't use bzip2 anywhere on the > install media. We should for 6.0, it gives better compression. We could fit more on the floppy :-) which you've just stated we are up against the limits. -- -- David (obrien@FreeBSD.org)