From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CUkS9-0005Gh-5j for mharc-grub-devel@gnu.org; Thu, 18 Nov 2004 06:27:53 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUkS7-0005Gb-Fd for grub-devel@gnu.org; Thu, 18 Nov 2004 06:27:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUkS6-0005GP-SI for grub-devel@gnu.org; Thu, 18 Nov 2004 06:27:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUkS6-0005GM-I1 for grub-devel@gnu.org; Thu, 18 Nov 2004 06:27:50 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CUkJ6-0004jR-QT for grub-devel@gnu.org; Thu, 18 Nov 2004 06:18:32 -0500 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 5C85BF8AC90A for ; Thu, 18 Nov 2004 12:18:32 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 18 Nov 2004 12:20:04 +0100 User-Agent: KMail/1.6.1 References: <87actg8ehq.fsf@marco.marco-g.com> <200411181032.10290.okuji@enbug.org> <8765434epy.fsf@marco.marco-g.com> In-Reply-To: <8765434epy.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411181220.04322.okuji@enbug.org> Subject: Re: Partition modules X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 11:27:51 -0000 On Thursday 18 November 2004 11:46, Marco Gerards wrote: > The BSD disklabel is a weird special case. Perhaps we need some kind > of nested partitions or so. I don't know if that will make sense > because I have no knowledge about BSD slices and how they are used. Take a look at this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disk-organization.html Note that you can make a BSD disklabel without any PC partition, if you wish. This is not supported by GRUB legacy (except for floppies). Okuji