mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add a UUID for ZFS file systems.
UUID reused from: Craig Boston
This commit is contained in:
parent
19ed78ce27
commit
a6ef2fb2da
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,8 @@ struct gpt_ent {
|
|||
{0x516e7cb6,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}}
|
||||
#define GPT_ENT_TYPE_FREEBSD_VINUM \
|
||||
{0x516e7cb8,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}}
|
||||
#define GPT_ENT_TYPE_FREEBSD_ZFS \
|
||||
{0x516e7cba,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}}
|
||||
|
||||
/*
|
||||
* The following are unused but documented here to avoid reuse.
|
||||
|
|
|
|||
Loading…
Reference in a new issue