Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2011 11:56:14 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218015 - head/sbin/geom/class/part
Message-ID:  <201101281156.p0SBuEqB076677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Fri Jan 28 11:56:14 2011
New Revision: 218015
URL: http://svn.freebsd.org/changeset/base/218015

Log:
  Document the "bios-boot" partition type.
  
  MFC after:	2 weeks

Modified:
  head/sbin/geom/class/part/gpart.8

Modified: head/sbin/geom/class/part/gpart.8
==============================================================================
--- head/sbin/geom/class/part/gpart.8	Fri Jan 28 11:13:01 2011	(r218014)
+++ head/sbin/geom/class/part/gpart.8	Fri Jan 28 11:56:14 2011	(r218015)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 12, 2011
+.Dd January 28, 2011
 .Dt GPART 8
 .Os
 .Sh NAME
@@ -509,6 +509,11 @@ utility also allows the user to specify 
 for partition types that do not have symbol names.
 The symbolic names currently understood are:
 .Bl -tag -width ".Cm freebsd-vinum"
+.It Cm bios-boot
+The system partition dedicated to second stage of the boot loader program.
+Usually it used by GRUB 2 loader when the partition table is GPT.
+The scheme-specific type is
+.Qq Li "!21686148-6449-6E6F-744E-656564454649" .
 .It Cm efi
 The system partition for computers that use the Extensible Firmware
 Interface (EFI).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101281156.p0SBuEqB076677>