From owner-freebsd-questions@FreeBSD.ORG Tue Oct 14 12:18:01 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9913C16A4B3 for ; Tue, 14 Oct 2003 12:18:01 -0700 (PDT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61BD243F93 for ; Tue, 14 Oct 2003 12:17:59 -0700 (PDT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.10/8.12.10) with ESMTP id h9EJIswp047875; Tue, 14 Oct 2003 21:18:58 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.10/8.12.10/Submit) id h9EJIs2A047874; Tue, 14 Oct 2003 21:18:54 +0200 (CEST) (envelope-from mail25@bzerk.org) X-Authentication-Warning: ei.bzerk.org: bulk set sender to mail25@bzerk.org using -f Date: Tue, 14 Oct 2003 21:18:54 +0200 From: Ruben de Groot To: Chris Shenton Message-ID: <20031014191854.GA47636@ei.bzerk.org> References: <863cdvbtwi.fsf@PECTOPAH.shenton.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <863cdvbtwi.fsf@PECTOPAH.shenton.org> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: How to create distribution for later NFS sysinstall on other box? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2003 19:18:01 -0000 On Tue, Oct 14, 2003 at 01:39:41PM -0400, Chris Shenton typed: > Some of my systems are 5.1-CURRENT but I still have some older 4.x > boxes. I'd like to upgrade them to the same OS as my 5.1 boxes. > > It seems stupid to feed them boot floppies then FTP the OS across the > WAN from freebsd.org or mirrors. > > I expect there's a way to build a distribution on my main 5.1 system > then use sysinstall on the target 4.x to install via NFS (or FTP > or...) over the LAN. I have not found any pointers on doing this in > the Handbook or a couple quick Googles (perhaps I'm searching on the > wrong terms). Seems it should be something like this on the server: > > cd /usr/src > make distribution > > I'd like to make the distribution based on my 5.1-CURRENT, rather than > copying/creating a 5.1-RELEASE image so I won't have to do a > subsequent update to get it CURRENT. > > Any pointers? If I'm missing obvious docs, just tell me where to RTFM. :-) OK, this should get you going: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/release-build.html man release G'luck Ruben > Thanks. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"