From owner-freebsd-questions Mon Mar 18 0:17:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.retemail.es (smtp04.iddeo.es [62.81.186.14]) by hub.freebsd.org (Postfix) with ESMTP id EE87A37B400 for ; Mon, 18 Mar 2002 00:17:24 -0800 (PST) Received: from conway.localdomain ([62.174.72.1]) by smtp04.retemail.es (InterMail vM.5.01.03.02 201-253-122-118-102-20010403) with SMTP id <20020318081722.ZBIK1921.smtp04.retemail.es@conway.localdomain>; Mon, 18 Mar 2002 09:17:22 +0100 Date: Mon, 18 Mar 2002 09:20:35 +0100 From: F.Xavier Noria To: "Drew Tomlinson" , dill@canada.com Cc: freebsd-questions@FreeBSD.org Subject: Re: CVSup question Message-Id: <20020318092035.72fb7ed8.fxn@isoco.com> In-Reply-To: <013701c1ce06$d0e99860$0301a8c0@bigdaddy> References: <20020317210143.21012.cpmta@c009.snv.cp.net> <013701c1ce06$d0e99860$0301a8c0@bigdaddy> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 17 Mar 2002 14:55:21 -0800 "Drew Tomlinson" wrote: : > 2. Are there any other way to do this? I am not too comfortable with : this un-updated machine to connect to the net and download source. : Could I use another machine and download the source and then transfer : data by a CD ? If so, how (or point me to the right doc please) ? : : I'm sure this is possible. I seem to recall something in the handbook : about doing updates on one machine and then using NFS and updating all : machines in your environment. Maybe someone else will have more : specifics. Yeah, it's in section 19.4.6.2, search for "NFS" in this page: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html It says basically that one may execute make buildworld in machine A, mount its /usr/src and /usr/obj via NFS in machines B and C and just make installworld there. I guess that implies you can copy /usr/src and /usr/obj from computer A to the rest of the network with CDs and continue the process from there. -- fxn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message