From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 16 15:30:01 2007 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3865216A401 for ; Mon, 16 Jul 2007 15:30:01 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9E13913C4B7 for ; Mon, 16 Jul 2007 15:30:00 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.222] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id l6GFTtH7015663; Mon, 16 Jul 2007 08:29:59 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <469B8EF2.3010002@freebsd.org> Date: Mon, 16 Jul 2007 08:29:54 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ulrich Spoerlein References: <46992FFF.7010906@kientzle.com> <20070714223853.GF16579@britannica.bec.de> <469992CA.6000104@freebsd.org> <4699BE75.2090808@freebsd.org> <20070715184703.GK2819@roadrunner.q.local> <469A8F91.7090509@freebsd.org> <7ad7ddd90707152356v6034352uf1f7a42ddb9c1166@mail.gmail.com> In-Reply-To: <7ad7ddd90707152356v6034352uf1f7a42ddb9c1166@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: hackers@freebsd.org Subject: Re: Tar output mode for installworld X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2007 15:30:01 -0000 Ulrich Spoerlein wrote: > On 7/15/07, Tim Kientzle wrote: > >> Plus: The specification file can re-use the existing >> files on CD, ... > > That is exactly what I was referring to above. And AFAIK DragonflyBSD > does it in a similar way. They simply copy the live CD onto the HDD. > >> Minus: Installing a specification file this way would >> be slower because you then have to read a lot of small >> files off of CD. > > True, but couldn't we optimize the ISO layout so it will be a near > sequential read of the CD? Hmmm... This might work. The prototype 'ntree' support I posted should be sufficient for people to experiment with these ideas. Cheers, Tim Kientzle