mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add MBR EFI partition type definition
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
8fb02d8847
commit
ce0d1a765e
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@
|
|||
#define DOSPTYP_LINUX 0x83 /* Linux partition */
|
||||
#define DOSPTYP_LINLVM 0x8e /* Linux LVM partition */
|
||||
#define DOSPTYP_PMBR 0xee /* GPT Protective MBR */
|
||||
#define DOSPTYP_EFI 0xef /* EFI FAT parition */
|
||||
#define DOSPTYP_VMFS 0xfb /* VMware VMFS partition */
|
||||
#define DOSPTYP_VMKDIAG 0xfc /* VMware vmkDiagnostic partition */
|
||||
#define DOSPTYP_LINRAID 0xfd /* Linux raid partition */
|
||||
|
|
|
|||
Loading…
Reference in a new issue