From owner-freebsd-stable@FreeBSD.ORG Mon May 16 09:43:38 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A72DC16A4CE for ; Mon, 16 May 2005 09:43:38 +0000 (GMT) Received: from viefep13-int.chello.at (viefep13-int.chello.at [213.46.255.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D3143D41 for ; Mon, 16 May 2005 09:43:37 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from [80.98.207.149] by viefep13-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050516094335.REHO1319.viefep13-int.chello.at@[80.98.207.149]>; Mon, 16 May 2005 11:43:35 +0200 Message-ID: <42886B46.1070103@t-hosting.hu> Date: Mon, 16 May 2005 11:43:34 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Tommi_L=E4tti?= , jack@raats.org, freebsd-stable@freebsd.org References: <000c01c559df$e0266980$9d00000a@jara2> <088F55B0-77AE-4934-A1DB-DC0E33BA2409@iki.fi> In-Reply-To: <088F55B0-77AE-4934-A1DB-DC0E33BA2409@iki.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Making a FreeBSD iso X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 09:43:38 -0000 Yes, it seem to be easy if You download the whole CVS repo. In my case I don't want to do this since I only want to build a RELENG_5_4 system for productional use with optimized CFLAGS, and with some other customizing in make.conf. (e. g. I don't want to build named, I prefer installing it via ports collection, I don't want to build PPP-related stuffs since they are useless for me, etc.) If You read through the Makefile in /usr/src/release (/usr/src is the directory where the RELENG_5_4 source is located), You can find that there is an EXTSRC knob for this purpose, but unfortunately it didn't work, the make complained about the missing CVS repo. If somebody knows a solution for this trouble, please let me know. I'll provide the actual error message and the whole Makefile if neccessary. Cheers, Gábor Kövesdán Tommi Lätti wrote: > > On 16 May 2005, at 15:24, Jack Raats wrote: > >> I want to make a FreeBSD ISO so I can install it on other machines. >> I have a working FreeBSD machine with the latest kernel and binaries. >> Is there a port or other utilities? >> Where can I find info about this (URL's please) > > > How about using Google at least once before posting questions? > > letsee... www.google.com... "making a freebsd iso" and then click > "I'm feeling lucky" > > *chichinng* It seems I was lucky :) > > first hit: > http://romana.now.ie/writing/customfreebsdiso.html >