diff options
author | 2007-07-04 16:34:15 +0000 | |
---|---|---|
committer | 2007-07-04 16:34:15 +0000 | |
commit | f7b765db89f86f256a3bed2ab4e9b28e3751b3b9 (patch) | |
tree | 0e5050359a8f49a6a4754ca9daaf4b0c7efc04c1 | |
parent | sync (diff) | |
download | wireguard-openbsd-f7b765db89f86f256a3bed2ab4e9b28e3751b3b9.tar.xz wireguard-openbsd-f7b765db89f86f256a3bed2ab4e9b28e3751b3b9.zip |
another mbr partition type; fgsch
-rw-r--r-- | sbin/fdisk/part.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fdisk/part.c b/sbin/fdisk/part.c index 265ab0e25b9..925cb7f9409 100644 --- a/sbin/fdisk/part.c +++ b/sbin/fdisk/part.c @@ -1,4 +1,4 @@ -/* $OpenBSD: part.c,v 1.44 2007/06/10 11:38:27 sobrado Exp $ */ +/* $OpenBSD: part.c,v 1.45 2007/07/04 16:34:15 deraadt Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -106,6 +106,7 @@ static const struct part_type { { 0x85, "Linux ext. "}, /* Linux extended */ { 0x86, "NT FAT VS "}, /* NT FAT volume set */ { 0x87, "NTFS VS "}, /* NTFS volume set or HPFS mirrored */ + { 0x8E, "Linux LVM "}, /* Linux LVM */ { 0x93, "Amoeba FS "}, /* Amoeba filesystem */ { 0x94, "Amoeba BBT "}, /* Amoeba bad block table */ { 0x99, "Mylex "}, /* Mylex EISA SCSI */ |