From owner-freebsd-questions@FreeBSD.ORG Wed Mar 10 19:21:06 2010 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 7A0641065670 for ; Wed, 10 Mar 2010 19:21:06 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505a.appriver.com [98.129.35.4]) by mx1.freebsd.org (Postfix) with ESMTP id 435F48FC53 for ; Wed, 10 Mar 2010 19:21:06 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.45 X-Note-Reverse-DNS: ht03.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: G179 G180 G181 G182 G186 G187 G198 G285 X-Note: Encrypt Rule Hits: X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.45] (HELO HT03.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.3.2) with ESMTPS id 31677718; Wed, 10 Mar 2010 13:21:05 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.200]) by HT03.exg5.exghost.com ([10.242.228.75]) with mapi; Wed, 10 Mar 2010 13:21:04 -0600 From: Peter Steele To: Jason Date: Wed, 10 Mar 2010 13:21:03 -0600 Thread-Topic: Creating a .iso bootable image Thread-Index: AcrAf+QpWHYIF/XCRpGTmL2I2SDYSAABrvtg Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3A25985F@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3A2597D8@MBX03.exg5.exghost.com> <20100310182938.GA8284@eggman.experts-exchange.com> In-Reply-To: <20100310182938.GA8284@eggman.experts-exchange.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "freebsd-questions@freebsd.org" Subject: RE: Creating a .iso bootable image 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: Wed, 10 Mar 2010 19:21:06 -0000 >You can do this with the native "make release" process for freebsd. > >http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/release-build.h= tml > >Is this what you are looking for? Hmmm. This might very well do what we need. I'll check it out. Thanks.