From owner-freebsd-ppc@FreeBSD.ORG Thu Dec 13 08:10:05 2007 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 4031316A41A for ; Thu, 13 Dec 2007 08:10:05 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.freebsd.org (Postfix) with ESMTP id CB82D13C459 for ; Thu, 13 Dec 2007 08:10:04 +0000 (UTC) (envelope-from grehan@freebsd.org) 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.7.5a-GA) with ESMTP id DJN13260 (AUTH peterg@ptree32.com.au); Thu, 13 Dec 2007 18:09:54 +1000 (EST) Message-ID: <4760E8CC.8070900@freebsd.org> Date: Thu, 13 Dec 2007 00:09:48 -0800 From: Peter Grehan User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Daniel Stekloff References: <47607390.4080108@cisco.com> <47609F89.9080107@freebsd.org> <4760CFB8.2030703@cisco.com> In-Reply-To: <4760CFB8.2030703@cisco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: QEMU? 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: Thu, 13 Dec 2007 08:10:05 -0000 Hi Daniel, >> mkisofs $bootable Should have mentioned, this comes from cp /usr/src/release/powerpc/boot.tbxi ${4}/boot bootable="-hfs-bless ${4}/boot -map /usr/src/release/powerpc/hfs.map" ... which I think is the equivalent of the -chrp-boot option you mention below. > The Debian seems to have a couple other options: > > --iso-level 2 > --netatalk > --chrp-boot > -hfs-parms MAX_XTCSIZE=$newsize Not sure that these would have any real effect. later, Peter.