From owner-freebsd-questions@FreeBSD.ORG Thu Nov 27 13:44:19 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 813E21065674 for ; Thu, 27 Nov 2008 13:44:19 +0000 (UTC) (envelope-from michael.copeland@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id 315558FC2B for ; Thu, 27 Nov 2008 13:44:19 +0000 (UTC) (envelope-from michael.copeland@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so253235qwb.7 for ; Thu, 27 Nov 2008 05:44:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type; bh=SDfotpY0YHeWeJDSd07LSz0sXqySlnNHcGUUzGdeaMw=; b=tdBike6jMPBD6VDzPpjbXWW1hSBmnMvJD6Dow6fiyCrWp0o+vxXiZ3YeNQZHoJhC35 NjF3Y9dilUrBUBDCqF1r/f2u2AlQPpf6Hp9jdoxU4+rtYlGA0sbsYBLBxZu9E8I3D0MI SfTYhlnGtfQrBSC3m5pmFJD0ufvsh5rrAJ9S4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; b=t7Cdk6/2Hi+iNLRR9/ATqxKc5yR3AjJdPSXPeDrwkcEncFUhkMcHJXbeHH3UYULl/F ewQ/m/OAXsQQM2nAWk9ExAfOQ1hdCP774x3V/++YomCcgNSqzd48/YfiLa9WcSNQKW7f sYyZ0j0yVXGHxCNXcRvx+G66TEIcnassBDGA4= Received: by 10.214.81.5 with SMTP id e5mr6795729qab.305.1227793458534; Thu, 27 Nov 2008 05:44:18 -0800 (PST) Received: from ?192.168.1.148? (adsl-074-245-053-043.sip.jax.bellsouth.net [74.245.53.43]) by mx.google.com with ESMTPS id 6sm1926056ywn.0.2008.11.27.05.44.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 27 Nov 2008 05:44:17 -0800 (PST) Message-ID: <492EA433.7060507@gmail.com> Date: Thu, 27 Nov 2008 08:44:19 -0500 From: michael User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: Beech Rintoul References: <492E32C5.9070204@gmail.com> <200811262120.58753.> In-Reply-To: <200811262120.58753.> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: make release of current 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: Thu, 27 Nov 2008 13:44:19 -0000 Beech Rintoul wrote: > On Wednesday 26 November 2008 20:40:21 michael wrote: > >> will make release work for current? i've built a nice working system >> that i would like to be able to install on several identical machines. >> > > Yes, but read all the docs completely there are a number of options you need, > like telling it to use your source tree instead of CVS and if you want to > build packages etc. > > Beech > Thanks, I've made a release before.. a long while ago in a galaxy far away... I was just wondering if current would work the same. Also, is it possible to make an iso containing a multi release? ie: i386 and amd64?