| Summary: | Handbook GEOM_GPT explanation does not provide accurate information | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Victor Engmark <victor.engmark> |
| Component: | Books & Articles | Assignee: | Warren Block <wblock> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Victor Engmark
2007-05-15 11:10:02 UTC
Responsible Changed From-To: freebsd-doc->wblock Take. Author: wblock Date: Sat Jun 23 21:58:51 2012 New Revision: 39097 URL: http://svn.freebsd.org/changeset/doc/39097 Log: Replace overly-terse explanation of GEOM_PART_GPT with a link and point out that the standard config supports 128 partitions. PR: 112682 Submitted by: Victor Engmark Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml Sat Jun 23 14:28:39 2012 (r39096) +++ head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml Sat Jun 23 21:58:51 2012 (r39097) @@ -723,8 +723,11 @@ options NFS_ROOT # NFS <programlisting>options GEOM_PART_GPT # GUID Partition Tables.</programlisting> - <para>This option brings the ability to have a large number of - partitions on a single disk.</para> + <para>Adds support for <ulink + url="http://en.wikipedia.org/wiki/GUID_Partition_Table">GUID + Partition Tables</ulink>. GPT provides the ability to have a + large number of partitions per disk, 128 in the standard + configuration.</para> <programlisting>options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]</programlisting> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Correction committed to Handbook kernel config chapter. Thanks! |