mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Correctly recognise Linux partitions.
Submitted by: remy
This commit is contained in:
parent
f146e52ddb
commit
0301b28935
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5575
@ -55,7 +55,8 @@ struct part_type
|
||||
,{0x75, "PCIX"} \
|
||||
,{0x80, "Minix 1.1 ... 1.4a"} \
|
||||
,{0x81, "Minix 1.4b ... 1.5.10"} \
|
||||
,{0x82, "Linux"} \
|
||||
,{0x82, "Linux swap"} \
|
||||
,{0x83, "Linux filesystem"} \
|
||||
,{0x93, "Amoeba filesystem"} \
|
||||
,{0x94, "Amoeba bad block table"} \
|
||||
,{0xA5, "FreeBSD/NetBSD/386BSD"} \
|
||||
|
Loading…
Reference in New Issue
Block a user