OpenBSD uses ID 0xa6 for its partitions on i386, arc and others that need
a BIOS-like partition table. We now detect this correctly and print the right thing. Obtained from: Value obtained from OpenBSD sources.
This commit is contained in:
parent
b95380cdf1
commit
edf3f04212
@ -189,6 +189,7 @@ struct part_type
|
||||
,{0x93, "Amoeba filesystem"}
|
||||
,{0x94, "Amoeba bad block table"}
|
||||
,{0xA5, "FreeBSD/NetBSD/386BSD"}
|
||||
,{0xA6, "OpenBSD"}
|
||||
,{0xA7, "NEXTSTEP"}
|
||||
,{0xB7, "BSDI BSD/386 filesystem"}
|
||||
,{0xB8, "BSDI BSD/386 swap"}
|
||||
|
@ -189,6 +189,7 @@ struct part_type
|
||||
,{0x93, "Amoeba filesystem"}
|
||||
,{0x94, "Amoeba bad block table"}
|
||||
,{0xA5, "FreeBSD/NetBSD/386BSD"}
|
||||
,{0xA6, "OpenBSD"}
|
||||
,{0xA7, "NEXTSTEP"}
|
||||
,{0xB7, "BSDI BSD/386 filesystem"}
|
||||
,{0xB8, "BSDI BSD/386 swap"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user