diff options
author | Ed Maste <emaste@FreeBSD.org> | 2018-06-17 20:10:48 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2018-06-17 20:10:48 +0000 |
commit | 76db6c87731fcab1318c212f118e575eb3d4808b (patch) | |
tree | 4559db6018149b6251f71f4adf9806a9089b95dd /sbin/geom | |
parent | a0a8412b2a2f02f1c4bc16ad2c24d6bedf2541bb (diff) | |
download | src-76db6c87731fcab1318c212f118e575eb3d4808b.tar.gz src-76db6c87731fcab1318c212f118e575eb3d4808b.zip |
gpart: add EFI alias for MBR partition scheme
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D15870
Notes
Notes:
svn path=/head/; revision=335301
Diffstat (limited to 'sbin/geom')
-rw-r--r-- | sbin/geom/class/part/gpart.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/geom/class/part/gpart.8 b/sbin/geom/class/part/gpart.8 index db4b8dd1de64..829181578e8f 100644 --- a/sbin/geom/class/part/gpart.8 +++ b/sbin/geom/class/part/gpart.8 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 11, 2018 +.Dd June 17, 2018 .Dt GPART 8 .Os .Sh NAME @@ -630,9 +630,11 @@ The scheme-specific type is .It Cm efi The system partition for computers that use the Extensible Firmware Interface (EFI). -In such cases, the GPT partitioning scheme is used and the -actual partition type for the system partition can also be specified as -.Qq Li "!c12a7328-f81f-11d2-ba4b-00a0c93ec93b" . +The scheme-specific types are +.Qq Li "!239" +for MBR, and +.Qq Li "!c12a7328-f81f-11d2-ba4b-00a0c93ec93b" +for GPT. .It Cm freebsd A .Fx |