disk/fdisk: add OpenBSD partition type
This commit is contained in:
parent
fe1c8010de
commit
d6ce7969ed
1 changed files with 2 additions and 0 deletions
|
@ -231,6 +231,7 @@ enum {
|
|||
TypeAMOEBA = 0x93,
|
||||
TypeAMOEBABB = 0x94,
|
||||
TypeBSD386 = 0xA5,
|
||||
TypeOPENBSD = 0xA6,
|
||||
TypeNETBSD = 0XA9,
|
||||
TypeBSDI = 0xB7,
|
||||
TypeBSDISWAP = 0xB8,
|
||||
|
@ -315,6 +316,7 @@ static Type types[256] = {
|
|||
[TypeAMOEBA] { "AMOEBA", "amoeba" },
|
||||
[TypeAMOEBABB] { "AMOEBABB", "amoebaboot" },
|
||||
[TypeBSD386] { "BSD386", "bsd386" },
|
||||
[TypeOPENBSD] { "OPENBSD", "openbsd" },
|
||||
[TypeNETBSD] { "NETBSD", "netbsd" },
|
||||
[TypeBSDI] { "BSDI", "bsdi" },
|
||||
[TypeBSDISWAP] { "BSDISWAP", "bsdiswap" },
|
||||
|
|
Loading…
Reference in a new issue