From owner-svn-src-head@FreeBSD.ORG Fri Aug 19 13:16:05 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F6211065673; Fri, 19 Aug 2011 13:16:05 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from argol.doit.wisc.edu (argol.doit.wisc.edu [144.92.197.212]) by mx1.freebsd.org (Postfix) with ESMTP id 844EA8FC0C; Fri, 19 Aug 2011 13:16:04 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth3.wiscmail.wisc.edu by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LQ600B00FIRT500@smtpauth3.wiscmail.wisc.edu>; Fri, 19 Aug 2011 08:16:03 -0500 (CDT) Received: from comporellon.tachypleus.net ([unknown] [76.210.68.180]) by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LQ6002RPFIQ3C30@smtpauth3.wiscmail.wisc.edu>; Fri, 19 Aug 2011 08:16:03 -0500 (CDT) Date: Fri, 19 Aug 2011 08:16:00 -0500 From: Nathan Whitehorn In-reply-to: <201108191012.p7JAC2h1099265@svn.freebsd.org> To: "Andrey V. Elsukov" Message-id: <4E4E6210.4010303@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.210.68.180 X-Spam-PmxInfo: Server=avs-13, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.8.19.130314, SenderIP=76.210.68.180 References: <201108191012.p7JAC2h1099265@svn.freebsd.org> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110704 Thunderbird/5.0 X-Mailman-Approved-At: Fri, 19 Aug 2011 13:55:24 +0000 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r225003 - head/sbin/geom/class/part X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2011 13:16:05 -0000 On 08/19/11 05:12, Andrey V. Elsukov wrote: > Author: ae > Date: Fri Aug 19 10:12:02 2011 > New Revision: 225003 > URL: http://svn.freebsd.org/changeset/base/225003 > > Log: > Add new section "BOOTSTRAPPING" to the gpart(8), that describes > bootstrap code images used to boot from MBR, GPT, BSD and VTOC8 > schemes. > > Reviewed by: marius (previous version) > Approved by: re (kib) > MFC after: 1 week > Can you add a blurb about APM, too? It needs a boot partition, set to /boot/boot1.hfs, and does not have embedded boot code. I can send sample text if you like. -Nathan