From owner-freebsd-arch@FreeBSD.ORG Fri Jun 29 08:15:00 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B0C31065688; Fri, 29 Jun 2012 08:15:00 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) by mx1.freebsd.org (Postfix) with ESMTP id 45F068FC14; Fri, 29 Jun 2012 08:15:00 +0000 (UTC) Received: from JRE-MBP-2.local (c-67-180-24-15.hsd1.ca.comcast.net [67.180.24.15]) (authenticated bits=0) by vps1.elischer.org (8.14.5/8.14.5) with ESMTP id q5T8En8r007833 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 29 Jun 2012 01:14:50 -0700 (PDT) (envelope-from julian@freebsd.org) Message-ID: <4FED63F4.7010203@freebsd.org> Date: Fri, 29 Jun 2012 01:14:44 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: Tim Kientzle References: <20120626063017.D05DA58081@chaos.jnpr.net> <86wr2uwdgf.fsf@ds4.des.no> <20120626161605.5082A58081@chaos.jnpr.net> <20120627235945.GE243@lor.one-eyed-alien.net> <52A78E4A-948B-4A79-A95D-0FC7D225BC00@kientzle.com> In-Reply-To: <52A78E4A-948B-4A79-A95D-0FC7D225BC00@kientzle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Simon J. Gerraty" , Dag-Erling Sm?rgrav , Brooks Davis , freebsd-arch@freebsd.org Subject: Re: Allow user install X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2012 08:15:00 -0000 On 6/27/12 9:12 PM, Tim Kientzle wrote: > On Jun 27, 2012, at 4:59 PM, Brooks Davis wrote: > >> >> It's there except that makefs uses the FreeBSD mtree code which doesn't >> support the crucial absolute path support in NetBSD's mtree. > If it helps: libarchive can read NetBSD's mtree format. then all we want is for makefs to do the same so we can have a single description and multiple output possibilities. >