diff options
author | ae <ae@FreeBSD.org> | 2011-01-28 11:56:14 +0000 |
---|---|---|
committer | ae <ae@FreeBSD.org> | 2011-01-28 11:56:14 +0000 |
commit | aa1f236de418a8ad6896d0c4f6c2c3e4dab28908 (patch) | |
tree | 52a8d75bcbe13d8d47db66723be0f4823755c79b /sbin | |
parent | a42db43990941642bfe4e6845018d4cc96934565 (diff) | |
download | FreeBSD-src-aa1f236de418a8ad6896d0c4f6c2c3e4dab28908.zip FreeBSD-src-aa1f236de418a8ad6896d0c4f6c2c3e4dab28908.tar.gz |
Document the "bios-boot" partition type.
MFC after: 2 weeks
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/geom/class/part/gpart.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/geom/class/part/gpart.8 b/sbin/geom/class/part/gpart.8 index 74968b4..d261135 100644 --- a/sbin/geom/class/part/gpart.8 +++ b/sbin/geom/class/part/gpart.8 @@ -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 scheme-specific partition types 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). |