mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Include the vendor in the partition name.
This commit is contained in:
parent
c27991e819
commit
35fa2f1bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ struct g_part_alias_list {
|
|||
{ "freebsd-vinum", G_PART_ALIAS_FREEBSD_VINUM },
|
||||
{ "freebsd-zfs", G_PART_ALIAS_FREEBSD_ZFS },
|
||||
{ "mbr", G_PART_ALIAS_MBR },
|
||||
{ "hfs", G_PART_ALIAS_APPLE_HFS }
|
||||
{ "apple-hfs", G_PART_ALIAS_APPLE_HFS }
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue