From owner-freebsd-questions@FreeBSD.ORG Tue May 4 10:46:09 2004 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 5A1DB16A4D7 for ; Tue, 4 May 2004 10:46:09 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDCF743D5C for ; Tue, 4 May 2004 10:46:08 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i44Hk4707634; Tue, 4 May 2004 13:46:04 -0400 (EDT) From: Jerry McAllister Message-Id: <200405041746.i44Hk4707634@clunix.cl.msu.edu> To: jbarbieri@metrocast.net (John Barbieri) Date: Tue, 4 May 2004 13:46:02 -0400 (EDT) In-Reply-To: <200405041725.i44HP78U010719@pan.gwi.net> from "John Barbieri" at May 04, 2004 01:25:02 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Question for the list about install BSD4.9 from FTP over CD 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, 04 May 2004 17:46:09 -0000 > > If I were to install FreeBSD by doing FTP rather than from a disc, will I > get updated sources > > > EG: install 4.9 release, which doesn't support my nic right off, but there > is an update driver that does For the base system and source you would get whatever it was at the time it was made in to 4.9-release. You would have to cvsup to get any additional updates beyond that. Was the driver applied to 4.9 after the release? or just to current? Just because a driver came in to being does not mean that it was applied to 4.9. You may need to go to 5.xxxxxx to get it. So, check that to make sure it got added to 4.9 before depending on it. But, I think, and I could easily be wrong, that the ports tree that you pull in during the install (via ftp) would be whatever is the latest at the time you do the install and the ports you install via the ports system would be the latest for any given named version in the ports tree. ////jerry > Just wondering cause if that works that would be cool. I guess I could do > CVSup to also get the driver, but after adding it into my kernel config, my > kernel errors out when im trying to compile it. > > Thanks in advanced > > John