From owner-freebsd-current@FreeBSD.ORG Thu Aug 16 21:44:07 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4A6F1065673 for ; Thu, 16 Aug 2012 21:44:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) by mx1.freebsd.org (Postfix) with ESMTP id 6B2868FC08 for ; Thu, 16 Aug 2012 21:44:07 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) (authenticated bits=0) by mouf.net (8.14.5/8.14.5) with ESMTP id q7GLeDmS079474 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Thu, 16 Aug 2012 17:40:14 -0400 (EDT) (envelope-from swills@FreeBSD.org) Message-ID: <502D69A1.2030706@FreeBSD.org> Date: Thu, 16 Aug 2012 17:44:01 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120604 Thunderbird/12.0.1 MIME-Version: 1.0 To: "O. Hartmann" References: <502D3C09.5060601@zedat.fu-berlin.de> <502D6282.5090008@zedat.fu-berlin.de> In-Reply-To: <502D6282.5090008@zedat.fu-berlin.de> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mouf.net [199.48.129.64]); Thu, 16 Aug 2012 17:40:14 -0400 (EDT) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.5 at mouf.net X-Virus-Status: Clean Cc: Warren Block , Current FreeBSD Subject: Re: Howto create a FreeBSD 10.0-CURRENT/amd64 media? Where are the ISOs? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2012 21:44:07 -0000 On 08/16/12 17:13, O. Hartmann wrote: > Am 08/16/12 22:58, schrieb Warren Block: >> On Thu, 16 Aug 2012, O. Hartmann wrote: >> >>> I find myself a bit floating when I looked for snapshot images for >>> DVD/CD for rescue discs for FreeBSD 10.0-CURRENT/amd64. I can not find >>> anything following the webpage www.freebsd.org! Most links with >>> "snapshot" or places like ISO-Images-XXXXX refere to some places with >>> year-2011 folders. Am I blind? >> >> https://pub.allbsd.org/FreeBSD-snapshots/ > Those are very helpful, I've found them very handy myself on several occasion. If you want to make your own, you can do so by first building world/kernel then: cd /usr/src/release make clean make release I believe nwhitehorn@ sent a mail with more detail about this to this list when when he made the changes, but it was a while ago, I could be misremembering. Steve