From owner-freebsd-current@FreeBSD.ORG Wed Oct 10 13:42:16 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E1D116A4D6 for ; Wed, 10 Oct 2007 13:42:16 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 73CBA13C505 for ; Wed, 10 Oct 2007 13:42:08 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so393345pyb for ; Wed, 10 Oct 2007 06:42:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=mqz6wXxBblNBCAIlGjf5bwwD0Z+Yi36cy4U8xEEqHrM=; b=c0D8jbSsHPe9yaFGXfXqBK6u3vW0ynEqKOoc6msDESTOdsl0Rf/hgiNRLumV/Tb/X5TLp6+cycJF3G2ElRwwvYMbqq+yLsFIwxM3kBEO+JNPsZIcJqhSpF+qgeP7tWn4m+EKohKkL3xYoddI35TpEMJM63cvbfOsV7aQHeRlpM4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G/ftxjyzYcf5EXBBnmwW//xiNsTfNeYvmGq37CCLJzHELfyvhS7OPjkYd8PtYJ9Mghq3k8XLQAxUIy+icndr1Q0msOnRTFIiNMOFtl7HwgQ7XuH/ui2eILa1h9g6AZgi2iDe3Dtwtf/BtD41KcmOEkSJVK7xlMtyWXhVxp8p224= Received: by 10.65.53.3 with SMTP id f3mr1571119qbk.1192023726904; Wed, 10 Oct 2007 06:42:06 -0700 (PDT) Received: by 10.64.184.9 with HTTP; Wed, 10 Oct 2007 06:42:06 -0700 (PDT) Message-ID: <8e10486b0710100642qe4991a8w4dd1d06dd4bbb45@mail.gmail.com> Date: Wed, 10 Oct 2007 10:42:06 -0300 From: "Alexandre Biancalana" To: "=?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?=" , "Petr Holub" , "Kostik Belousov" , current@freebsd.org In-Reply-To: <20071010112505.GA28273@eos.sc1.parodius.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <031f01c809ef$c829de80$5317fb93@KLOBOUCEK> <86641fgrs6.fsf@ds4.des.no> <20071010112505.GA28273@eos.sc1.parodius.com> Cc: Subject: Re: panic on boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2007 13:42:16 -0000 On 10/10/07, Jeremy Chadwick wrote: > On Wed, Oct 10, 2007 at 12:58:33PM +0200, Dag-Erling Sm=F8rgrav wrote: > > "Petr Holub" writes: > > > Despite you couldn't guarantee it, it really helped and it boots now. > > > I've used the binary loader available from ~kib site and just replace= d > > > it on the original ISO: mdcondifig -> mount -> > > > tar cf - | (cd elswhere && tar xvpf -) -> replace the loader -> mkiso= mages.sh > > > > You realize that you can simply 'tar xf' an ISO image, instead of > > jumping through hoops with mdconfig? > > Most FreeBSD users I know of (junior and senior) do not know about > libarchive(3), nor what's linked to it (tar). Heck, even *I* didn't > know it had ISO9660 and ZIP support until I read the manpage; I thought > it was limited to tar, pax, and cpio archives. One more... I doesn't know too !! Question: If "our" tar can handle .zip file why unzip is installed via ports to decompress some .zip files ???