From owner-freebsd-ppc@FreeBSD.ORG Thu Jan 6 01:22:19 2005 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3999A16A4CE; Thu, 6 Jan 2005 01:22:19 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D300A43D2F; Thu, 6 Jan 2005 01:22:18 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.13.1/8.13.1) with ESMTP id j061MIq1005624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 5 Jan 2005 20:22:18 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id j061MDqS097365; Wed, 5 Jan 2005 20:22:13 -0500 (EST) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16860.37573.187660.468805@grasshopper.cs.duke.edu> Date: Wed, 5 Jan 2005 20:22:13 -0500 (EST) To: Peter Grehan In-Reply-To: <41DC8D42.6070000@freebsd.org> References: <41D4B6BD.3050705@freebsd.org> <20050101213630.GA3034@flow.eu.org> <20050101223317.GA6970@moof.catpipe.net> <41D75B55.2090502@freebsd.org> <20050102115505.GA28305@moof.catpipe.net> <41D93EFB.5050104@freebsd.org> <16860.2359.646545.119336@grasshopper.cs.duke.edu> <41DC8D42.6070000@freebsd.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: freebsd-ppc@freebsd.org Subject: Re: PPC miniinst.iso available X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 01:22:19 -0000 Peter Grehan writes: > > What's wrong with just using the native Apple parition table for boot > > disks on PPC? Too few available paritions, what with all the driver > > and patch partitions? > > Not really, since you have to re-partition in any case. I thought it > might be a bit easier to only create a single extra partition, and > then subdivide that in sysinstall. I like your overlay install idea that you mentioned a while back. If I remember correctly, it some something like we install ourselves into /FreeBSD on the normal MacOSX partition, and we automatically prepend /FreeBSD to any name lookups just like the linuxulater prepends /compat/linux. Or maybe just chroot ourselves into /FreeBSD. But that depends on having HFS in the base system. Which might be a good idea.. Drew