From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 6 20:54:36 2006 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F15F716A41F for ; Fri, 6 Jan 2006 20:54:36 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from skippyii.compar.com (compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BD1F43D46 for ; Fri, 6 Jan 2006 20:54:36 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (CPE00062566c7bb-CM0011e6ede298.cpe.net.cable.rogers.com [70.28.254.189]) by skippyii.compar.com (8.13.1/8.13.1) with ESMTP id k06KuvhE052694; Fri, 6 Jan 2006 15:56:58 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <00a201c61303$88d025d0$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" To: "Dirk Engling" , References: <20060106205744.O13365@erdgeist.org> Date: Fri, 6 Jan 2006 15:55:31 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Cc: Subject: Re: Using pkg_add fetch only 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: Fri, 06 Jan 2006 20:54:37 -0000 > Good evening, > > I'm writing on the ezjail project and want to be able to use the easy > interface of pkg_add to fetch packages recursively. > > This is _fetch_, not install them, since installation is expected to > happen at a later stage when starting up lots of jails each being > identical. > > Clearly pkg_add does not provide this option. Even if it would, it would > declare some dependencies fulfilled since packages are installed in the > hostsystem already. > > Anyone having an idea here, besides rewriting pkg_add? What about pkg_fetch -R? -- Matt Emmerton