From owner-freebsd-questions@FreeBSD.ORG Fri Mar 16 13:37:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 842A016A402 for ; Fri, 16 Mar 2007 13:37:40 +0000 (UTC) (envelope-from a@jenisch.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.freebsd.org (Postfix) with ESMTP id DEFFF13C4B8 for ; Fri, 16 Mar 2007 13:37:39 +0000 (UTC) (envelope-from a@jenisch.at) X-SEF-Processed: 5_0_0_910__2007_03_16_14_37_38 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 Received: from msc01-n1 [143.245.2.187] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (5.2.1); Fri, 16 Mar 2007 14:37:38 +0100 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.2499); Fri, 16 Mar 2007 14:37:39 +0100 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.8/8.13.8) with ESMTP id l2GDbcK1003505; Fri, 16 Mar 2007 14:37:38 +0100 (CET) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.8/8.13.8/Submit) id l2GDbcuM003504; Fri, 16 Mar 2007 14:37:38 +0100 (CET) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Fri, 16 Mar 2007 14:37:38 +0100 From: Ewald Jenisch To: Ted Mittelstaedt Message-ID: <20070316133738.GA3288@aurora.oekb.co.at> References: <20070315091426.GA950@aurora.oekb.co.at> <01fc01c767a2$1e522010$3c01a8c0@coolf89ea26645> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01fc01c767a2$1e522010$3c01a8c0@coolf89ea26645> User-Agent: Mutt/1.4.2.2i X-OriginalArrivalTime: 16 Mar 2007 13:37:39.0179 (UTC) FILETIME=[43CE23B0:01C767D0] Cc: freebsd-questions@freebsd.org Subject: Re: Build your own ISO-install-CD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 13:37:40 -0000 On Fri, Mar 16, 2007 at 12:07:17AM -0800, Ted Mittelstaedt wrote: > > ... > > The process is long and complex. You don't want to do it if you can help > it. > If people beg me on this list I'll post the step by step I use but trust me > you > really really don't want to do this unless absolutely necessary. Hi Ted, I suppose this might be of interest to others too, so maybe you could post your "receipe" here? > > Here is the easy way to fix this. > > 1) Burn a CD with the new driver > > 2) Boot off a regular install ISO and install your system plus kernel > sources > > 3) Mount the burned CD and copy the new driver to the kernel > source location it is supposed to be at > > 4) Recompile kernel and your in business. > Nice "shortcut-tip"! :-) Guess copying the complete /usr/src via CD to the target machine would even be better given the lot of mods that went into the system and kernel since 6.2 has been released. Thanks for your hints! -ewald