From owner-freebsd-current@FreeBSD.ORG Thu Oct 7 17:11:16 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D017816A4D2; Thu, 7 Oct 2004 17:11:16 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C11C243D3F; Thu, 7 Oct 2004 17:11:16 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id B0F6572DD4; Thu, 7 Oct 2004 10:11:16 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id ABD1B72DCB; Thu, 7 Oct 2004 10:11:16 -0700 (PDT) Date: Thu, 7 Oct 2004 10:11:16 -0700 (PDT) From: Doug White To: Ruslan Ermilov In-Reply-To: <20041007073944.GA79690@ip.net.ua> Message-ID: <20041007100803.I89482@carver.gumbysoft.com> References: <416467CC.2050506@fid4.com> <20041006185447.F82437@carver.gumbysoft.com> <20041007073944.GA79690@ip.net.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "Michael C. Cambria" cc: freebsd-current@freebsd.org Subject: Re: build/install RELENG_5 from a 4.10 system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 17:11:16 -0000 On Thu, 7 Oct 2004, Ruslan Ermilov wrote: > On Wed, Oct 06, 2004 at 06:57:33PM -0700, Doug White wrote: > > There are also instructions for doing remote installs (i.e., installworld > > over NFS) at the bottom of UPDATING. > > > Where's that? (We don't support remote installs, build machine > should equal install machine in most cases.) Its not explicitly listed, but the section titled "To cross-install current onto a separate partition" can be abused to good effect. The other option is to mount /usr/src and /usr/obj from your build system onto the target and run the installworld from there. I suspect you're about to point out that certain dependencies may not have been built correctly if the target is much older than the source, so YMMV. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org