opnsense-src/sys/geom/part
Warner Losh 5d7d13290a Add alias support to gpart.
When we're creating new providers for each of the partitions, add
aliases to the geom before we create the provider so when geom_dev
tastes the provider, the aliases are in place so the proper /dev
entries are created. So foo5p6 gets created as an alias for bar5p6
when foo is an alias for bar in the geom we're partitioning with
g_part. This also copies aliases from the container geom (eg disk) to
the label geom (the disk with GPT partitioning) so that aliases nest
properly.

Differential Revision: https://reviews.freebsd.org/D11873
2017-08-07 21:12:33 +00:00
..
g_part.c Add alias support to gpart. 2017-08-07 21:12:33 +00:00
g_part.h Add some additional GPT partition types 2015-12-27 18:12:13 +00:00
g_part_apm.c
g_part_bsd.c Indentation issues. 2016-04-20 16:19:44 +00:00
g_part_bsd64.c sys/geom: spelling fixes in comments. 2016-04-29 20:56:58 +00:00
g_part_ebr.c Indentation issues. 2016-04-20 16:19:44 +00:00
g_part_gpt.c Check that primary GPT header is valid before wiping partitioning. 2017-02-04 05:09:47 +00:00
g_part_if.m sys/geom: spelling fixes in comments. 2016-04-29 20:56:58 +00:00
g_part_ldm.c sys/geom: spelling fixes in comments. 2016-04-29 20:56:58 +00:00
g_part_mbr.c Indentation issues. 2016-04-20 16:19:44 +00:00
g_part_vtoc8.c