From owner-freebsd-ppc@FreeBSD.ORG Thu Dec 13 16:02:18 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 4BDFF16A419 for ; Thu, 13 Dec 2007 16:02:18 +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 BAD5713C44B for ; Thu, 13 Dec 2007 16:02:17 +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 DJO00118 (AUTH peterg@ptree32.com.au); Fri, 14 Dec 2007 02:02:12 +1000 (EST) Message-ID: <47615782.7040002@freebsd.org> Date: Thu, 13 Dec 2007 08:02:10 -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> <4760E8CC.8070900@freebsd.org> <47614A25.5090007@cisco.com> In-Reply-To: <47614A25.5090007@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 16:02:18 -0000 Hi Daniel, >> 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. > > I did see this when I looked at the file, Debian has it as well. If > -chrp-boot is equivalent, why does Debian have both? Just had a dig through mkisofs source: looks like there is a difference between using -chrp-boot and -hfs-bless. They both use a CHRP boot script, but the -chrp-boot option appears to do something in the iso header. You may want to unpack the FreeBSD cd and re-pack with Debian-style options and see what happens. later, Peter.