From owner-freebsd-current@FreeBSD.ORG Fri Aug 17 05:30:14 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A00E716A46E for ; Fri, 17 Aug 2007 05:30:14 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 5715F13C469 for ; Fri, 17 Aug 2007 05:30:14 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 7EE40EB0F6B; Fri, 17 Aug 2007 13:30:13 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id ILrroLHc4U11; Fri, 17 Aug 2007 13:30:10 +0800 (CST) Received: from LI-Xins-MacBook.local (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id CBC77EB0F68; Fri, 17 Aug 2007 13:30:09 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type; b=aJMEZGlj23SoNHH7fM7ANzhfcU7bZSdsAuM4m041zmHX5ldaOWZqYQj5lCUapdY6t HzXuemqTtCXuvVdo6mabA== Message-ID: <46C5323B.6040404@delphij.net> Date: Fri, 17 Aug 2007 13:29:31 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Garrett Cooper References: <46C51DB3.6080709@delphij.net> <46C52EE1.50409@u.washington.edu> In-Reply-To: <46C52EE1.50409@u.washington.edu> X-Enigmail-Version: 0.95.3 OpenPGP: url=http://www.delphij.net/delphij.asc Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig375D49FA0531BE674DE1846A" Cc: FreeBSD Current , d@delphij.net Subject: Re: Why we don't use bzip2 in sysinstall/rescue? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 05:30:14 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig375D49FA0531BE674DE1846A Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Garrett Cooper wrote: > LI Xin wrote: >> Hi, >> >> Is there a reason behind this? (i.e. do we have some interest of >> related work?) >> >> Cheers, >> =20 > My guess is that: >=20 > 1. It's dynamically linked (IIRC only statically linked apps were > allowed in rescue). > 2. It's dynamically linked to a lib that exists in /usr (and /usr is on= > a commonly located on a separate partition, whereas /rescue isn't). >=20 > [root@optimus-vm-7 ~]# ldd `which bzip2` > /usr/bin/bzip2: > libbz2.so.2 =3D> /usr/lib/libbz2.so.2 (0x800639000) > libc.so.7 =3D> /lib/libc.so.7 (0x800748000) My fault, bzip2 is included in rescue... As a side note. For networked installation, using bzip2 would reduce traffic by ~11%. Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig375D49FA0531BE674DE1846A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGxTI7OfuToMruuMARCn/FAJ9AHrfr3XnkRJZTVvdzhWTMP+7KeQCeL9I7 EhbCVbQprN573IdJ46m3eHo= =jTuB -----END PGP SIGNATURE----- --------------enig375D49FA0531BE674DE1846A--