From owner-freebsd-hackers@FreeBSD.ORG Sat Jul 14 22:39:53 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 E06B716A405; Sat, 14 Jul 2007 22:39:53 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from www.pkgsrc-box.org (www.ostsee-abc.de [62.206.222.50]) by mx1.freebsd.org (Postfix) with ESMTP id A00FD13C49D; Sat, 14 Jul 2007 22:39:53 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (www.pkgsrc-box.org [127.0.0.1]) by www.pkgsrc-box.org (Postfix) with ESMTP id E8BA8E7A3F9; Sat, 14 Jul 2007 22:39:51 +0000 (UTC) Received: by britannica.bec.de (Postfix, from userid 1000) id EBF397D00; Sun, 15 Jul 2007 00:38:56 +0200 (CEST) Date: Sun, 15 Jul 2007 00:38:54 +0200 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org, hackers@freebsd.org Message-ID: <20070714223853.GF16579@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org, hackers@freebsd.org References: <46992FFF.7010906@kientzle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46992FFF.7010906@kientzle.com> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: 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: Sat, 14 Jul 2007 22:39:54 -0000 On Sat, Jul 14, 2007 at 01:20:15PM -0700, Tim Kientzle wrote: > This is easy to implement using a trick that I stumbled > across a few years ago. The idea is to just build > a description of the final archive in a nice verbose > text format such as: ...which is done by NetBSD for the unprivileged release building via build.sh. Anyone interested in working on this should possibly have a look there. Joerg