From owner-freebsd-questions@FreeBSD.ORG Mon Dec 1 04:08:50 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DCA255F for ; Mon, 1 Dec 2014 04:08:50 +0000 (UTC) Received: from mail-yk0-x22a.google.com (mail-yk0-x22a.google.com [IPv6:2607:f8b0:4002:c07::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47565F9F for ; Mon, 1 Dec 2014 04:08:50 +0000 (UTC) Received: by mail-yk0-f170.google.com with SMTP id q200so4378333ykb.15 for ; Sun, 30 Nov 2014 20:08:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=aTkw+092u+MiwriL23j3Pakpj76t0gdR3Vi4A7Ghsk4=; b=lRU6bruKufdCnJ2MTAVyfskdyUtx87G1TrpY1FjlHavpjqeDg/ejfYDBMCL/JEancU eLh5k6d13ILqnNn2UWRymn7naQ2GeElf+a7ogMRlknhSOPhkf483w+OFXCpdvhBcknpA MwgiEPvwkV3TIw3xak8kfX1S0oi+maSZzfoBf1Sg396/yLpdXq2OuFdbY5mLBhh5q33P phlsMBRI4/uQJwm2SnTYSqdoOIi6uHNXGN/qjwBq5+FkbTQ+0GsXV6kjWklo9w11Zt5T dz+KxTjzjM9RkZzeKB02gpJwJRIzvCmF8yiUZg7Y0pUA6g3TZneqD5WGfCvRf+14+aay 2hWg== MIME-Version: 1.0 X-Received: by 10.170.122.134 with SMTP id o128mr53543577ykb.55.1417406929526; Sun, 30 Nov 2014 20:08:49 -0800 (PST) Received: by 10.170.82.134 with HTTP; Sun, 30 Nov 2014 20:08:49 -0800 (PST) In-Reply-To: <20141201043029.c1fd9321.freebsd@edvax.de> References: <547BCC8C.6010509@gmail.com> <20141201043029.c1fd9321.freebsd@edvax.de> Date: Sun, 30 Nov 2014 23:38:49 -0430 Message-ID: Subject: Re: Install package inside a no-networked jail from outside From: Alberto Mijares To: Polytropon Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Questions , Luzar X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 04:08:50 -0000 On Sun, Nov 30, 2014 at 11:00 PM, Polytropon wrote: > On Sun, 30 Nov 2014 22:52:49 -0430, Alberto Mijares wrote: >> This was my first approach; however, you need to bootstrap pkg and >> AFAIK this is not possible without networking. BTW, I think pkg should >> be installed by default now. > > It is installed in the special incarnation that the > "OS pkg" does fetch the current "port pkg". This > approach makes it easier to continuously develop > pkg and improve its features. However, the call > for a "basic functional pkg" in the OS is justified > and understandable, so you can have a tool to install > binary packages from the installation media - except, > of course, the installation media also contains a > "port pkg" that is being installed first, so it can > then proceed to install the intended packages. Thank you. Your post gave me some ideas that took me here http://forums.freebsd.org/threads/how-to-install-a-binary-package-without-internet-access.42968/ so I did it. Regards, Alberto Mijares