From owner-freebsd-hackers Fri Oct 30 11:27:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15580 for freebsd-hackers-outgoing; Fri, 30 Oct 1998 11:27:18 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from calvin.saturn-tech.com ([207.229.19.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA15574 for ; Fri, 30 Oct 1998 11:27:16 -0800 (PST) (envelope-from drussell@saturn-tech.com) Received: from localhost (drussell@localhost) by calvin.saturn-tech.com (8.8.8/8.8.8) with SMTP id MAA17417; Fri, 30 Oct 1998 12:24:34 -0700 (MST) (envelope-from drussell@saturn-tech.com) Date: Fri, 30 Oct 1998 12:24:34 -0700 (MST) From: Doug Russell To: Konstantin Chuguev cc: freebsd-hackers@FreeBSD.ORG Subject: Re: make installworld over NFS In-Reply-To: <3639C28F.467FE675@urc.ac.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 30 Oct 1998, Konstantin Chuguev wrote: > Hi. > Then I'd prefer just to run "make DESTDIR=/net/${HOST} installworld", > assuming all other hosts export their /,/usr,/var to the build server. I do it the other way around all the time. NFS mount /usr/obj and /usr/src from the build server on the minibox to be updated, then do a make installworld on the minibox. Works great. I use it to update my bedroom machine all the time. It only has two 420 meg IDEs CCD, so there isn't really enough room to do whole make worlds on the machine itself. Besides, it takes forever on a 486/120. Much faster on one of the K6es. :) Later...... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message