Add a UUID for ZFS file systems.
UUID reused from: Craig Boston
This commit is contained in:
parent
19ed78ce27
commit
a6ef2fb2da
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172853
@ -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 New Issue
Block a user