From owner-freebsd-ppc@FreeBSD.ORG Wed Jun 25 06:52:53 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD8D4106564A for ; Wed, 25 Jun 2008 06:52:53 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id A582F8FC13 for ; Wed, 25 Jun 2008 06:52:53 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id 96322114C6; Wed, 25 Jun 2008 16:52:11 +1000 (EST) Received: from peter-grehans-power-mac-g5.local (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.8.6-GA) with ESMTP id EBR24447 (AUTH peterg@ptree32.com.au); Wed, 25 Jun 2008 16:52:10 +1000 (EST) Message-ID: <4861EB3E.8000501@freebsd.org> Date: Tue, 24 Jun 2008 23:52:46 -0700 From: Peter Grehan User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Garrett Cooper References: <3CC3A394-8C85-4BBA-A52A-2045441F9398@delfi-konsult.com> <8e0ed1e00806241821m340fd33eu791a3a5542457da4@mail.gmail.com> <7d6fde3d0806242216i52cee175o35ad25d587260879@mail.gmail.com> In-Reply-To: <7d6fde3d0806242216i52cee175o35ad25d587260879@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org, "Niels S. Eliasen" Subject: Re: Rescue FreeBSD (PowerPC)?? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2008 06:52:54 -0000 > The new "LiveCD" for x86 and amd64 isn't half bad, and feels a lot > like the installer disk. The reason this isn't being built as part of the pp release process is that it hasn't been determined what the mkisofs switches are to create a bootable hybrid 9660/HFS image and also deal with the hard links that FreeBSD creates without blowing out the size beyond a CD. So here's a call to action for ppc hackers: experiment and see if you can work out what the magic incantation is. Start off by looking at the scripts in src/release/powerpc. later, Peter.