From owner-freebsd-questions@FreeBSD.ORG Thu Apr 3 08:09:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCD9A1065673 for ; Thu, 3 Apr 2008 08:09:15 +0000 (UTC) (envelope-from subhro.kar@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id ACC248FC0C for ; Thu, 3 Apr 2008 08:09:15 +0000 (UTC) (envelope-from subhro.kar@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so3423587waf.3 for ; Thu, 03 Apr 2008 01:09:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=eEW19S6HomB/NG6p9GZkpQc43p66JTpEZe+qyjXmJpE=; b=GUfM4t3tOb/YIOYFNFGgbClaTVZHk5Y/IedgWla0cbzHzv8R++OXkgBKMTW9mQKVpCSs/01vHPuZjTcvDNQ/8/OZ6u3kUe8SNFgUAOHeYkoE+OzMLiCyHbGPhlZashKpHA5l7+aJ7Gh7ax+7JoHqLl/JQa5UdRYl3srUe1QCqCg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qjf7P1hPpbUQ7DcAZk6FEm4pTUtwJoCZrV/inSVBITv5o450DfEurSIo/VGcprbTmRL1CCINuvrdO5ifwYdTj7MB2RS/lcXoG491xH8ucTB9PAqZTAIiFeaPjsSd+9HUSc/8n+DUD1xiKcLkx03Fcen8DLsUZSTL/ymQvNunAmU= Received: by 10.114.38.2 with SMTP id l2mr16718308wal.69.1207208652833; Thu, 03 Apr 2008 00:44:12 -0700 (PDT) Received: by 10.114.77.17 with HTTP; Thu, 3 Apr 2008 00:44:12 -0700 (PDT) Message-ID: Date: Thu, 3 Apr 2008 13:14:12 +0530 From: Subhro To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Local package mirror X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 08:09:15 -0000 Hello, I am trying to get a Network install working on my local network. I have been able to successfully create a NFS export of the installation disk and perform a install from there. The target machines boot over PXE and fetch "stuff" from the NFS. However I am unable to figure out how to get the packages working. I have a list of about 180 packages which needs to be installed. But I am unable to figure out how to go about it. I would like to use precompiled packages, but the CD do not contain the packages I am looking for. One of the option is to mirror the whole package directory from the freebsd mirrors, but that story involves a lot of data transfer and bandwidth. Is there something obvious I am missing? Any help would be highly appreciated. Thanks Subhro