diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-07-04 16:34:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-07-04 16:34:16 +0000 |
commit | 3e105d3573c93f074208628dc24ed9040e9302aa (patch) | |
tree | 9363d1fe25ec4399890cfabe922daa8589efe871 /sbin | |
parent | 942de62a0b3b3bcdf254a867882969592cede1a5 (diff) |
another mbr partition type; fgsch
Diffstat (limited to 'sbin')
-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 */ |