From owner-cvs-all@FreeBSD.ORG Wed Jun 1 14:28:52 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 26E6216A41C; Wed, 1 Jun 2005 14:28:52 +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 DFC1043D49; Wed, 1 Jun 2005 14:28:51 +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 j51ESoVO008131; Wed, 1 Jun 2005 07:28:50 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j51ESmuN008129; Wed, 1 Jun 2005 07:28:48 -0700 (PDT) (envelope-from obrien) Date: Wed, 1 Jun 2005 07:28:48 -0700 From: "David O'Brien" To: Maxim Sobolev Message-ID: <20050601142848.GA7964@dragon.NUXI.org> References: <200505312116.j4VLGpYw072934@repoman.freebsd.org> <429CD6E8.1070009@portaone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <429CD6E8.1070009@portaone.com> 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, 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 14:28:52 -0000 On Wed, Jun 01, 2005 at 12:28:08AM +0300, Maxim Sobolev wrote: > David E. O'Brien wrote: > >obrien 2005-05-31 21:16:51 UTC > > > > FreeBSD src repository > > > > 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. -- -- David (obrien@FreeBSD.org)