From owner-freebsd-questions@FreeBSD.ORG Mon Dec 3 09:54:28 2007 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 2BC1D16A417 for ; Mon, 3 Dec 2007 09:54:28 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id ECAFF13C459 for ; Mon, 3 Dec 2007 09:54:27 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id DC16C142409; Mon, 3 Dec 2007 11:54:26 +0200 (EET) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on smtp.teledomenet.gr X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 578041428CB; Mon, 3 Dec 2007 11:54:19 +0200 (EET) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Mon, 3 Dec 2007 11:57:36 +0200 User-Agent: KMail/1.9.7 References: <14125429.post@talk.nabble.com> <4753C4E2.5060603@gmail.com> <14126100.post@talk.nabble.com> In-Reply-To: <14126100.post@talk.nabble.com> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712031157.36878.nvass@teledomenet.gr> Cc: cuongvt Subject: Re: Download freebsd sourcecode for building in machine not have internet connection 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: Mon, 03 Dec 2007 09:54:28 -0000 On Monday 03 December 2007 11:20:57 cuongvt wrote: > sarek wrote: > > to allow for csup/cvsup'ing the source code. > > Yes, it is solution for freebsd on usb stick. > But you know, They are hosting internal LAN for file sharing, so I think > usb solution is not suitable ;) > ANy idea? You probably already have it. It is included in the disc1 cdrom you've installed from. It's in the src directory. In case you don't have the cdrom available, you can either fetch the source tarballs from: ftp://$freebsdmirror/pub/FreeBSD/releases/i386/7.0-BETA3/src/ or fetch the whole disc1 cdrom... Replace the $freebsdmirror with your favorite freebsd mirror. HTH, Nikos