From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 20:59:48 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 785F516A4CF for ; Sun, 1 Aug 2004 20:59:48 +0000 (GMT) Received: from blair.epifora.com (blair.epifora.com [207.139.168.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id B989F43D45 for ; Sun, 1 Aug 2004 20:59:47 +0000 (GMT) (envelope-from drvince@anonymnet.net) Received: from localhost (localhost.epifora.com [127.0.0.1]) by blair.epifora.com (Postfix) with ESMTP id A0CFD165935 for ; Sun, 1 Aug 2004 17:00:16 -0400 (EDT) Received: from mail.anonymnet.net ([205.205.52.19]) by localhost (blair.epifora.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00279-05 for ; Sun, 1 Aug 2004 17:00:15 -0400 (EDT) Received: from mail.anonymnet.net (mail.anonymnet.net [205.205.52.19]) by mail.anonymnet.net (Postfix) with ESMTP id B23791659E9 for ; Sun, 1 Aug 2004 17:00:14 -0400 (EDT) From: "DrVince" To: freebsd-questions@FreeBSD.org Date: Sun, 1 Aug 2004 16:00:14 -0500 Message-Id: <20040801205952.M87998@anonymnet.net> In-Reply-To: <1248149814.20040731221547@poczta.fm> References: <1248149814.20040731221547@poczta.fm> X-Mailer: Open WebMail 2.30 20040131 X-OriginatingIP: 205.205.52.19 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Re: where can I get ISO IMAGE OF newest FREEBSD ? 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: Sun, 01 Aug 2004 20:59:48 -0000 On Sat, 31 Jul 2004 22:15:47 +0200, Undisclosed_Recipient wrote > where can I get ISO IMAGE OF newest FREEBSD ? FreeBSD offers the ISO of releases. If you want other ISOs you have to make them yourself. You need a working computer with a FreeBSD installed. Fetch the sources (cvsup). Optionnally update your system from these sources (may prevent glitches). Go to /usr/src/release/ and build from there. There are some infos around the web to help you from that point. DrVince