]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add kern.geom.part.separator tunable. This makes it possible
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Fri, 13 Dec 2019 09:28:44 +0000 (09:28 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Fri, 13 Dec 2019 09:28:44 +0000 (09:28 +0000)
commit2006d590d6918144d572b1d3ef2cf07c909d0046
tree750fcadb73281e85103914c45368e7aa8177a32c
parent0c48989582ba9e5af82f28bddc0d6bafc7b52263
Add kern.geom.part.separator tunable.  This makes it possible
to specify an optional separator to insert before partition name;
eg if it's set to "c/", you'll get "ada0c/s1" instead of "ada0s1".
(It cannot be set to just “/“, since ada0 is a device node, not
a directory.)

Reviewed by: imp
MFC after: 2 weeks
Sponsored by: Klara Inc.
Differential Revision: https://reviews.freebsd.org/D22193
lib/geom/part/gpart.8
sys/geom/part/g_part.c
sys/geom/part/g_part.h
sys/geom/part/g_part_if.m