From 6164bdbd68ca59de5e16e2802028373e5beeb6f5 Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 26 Mar 2009 16:42:24 +0000 Subject: Change the priority from high to normal. This makes sure that the BSD or GPT schemes can take precedence as appropriate. --- sys/geom/part/g_part_ebr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/geom/part/g_part_ebr.c b/sys/geom/part/g_part_ebr.c index 134a21b..80e5ef2 100644 --- a/sys/geom/part/g_part_ebr.c +++ b/sys/geom/part/g_part_ebr.c @@ -420,7 +420,7 @@ g_part_ebr_probe(struct g_part_table *table, struct g_consumer *cp) goto out; } - res = G_PART_PROBE_PRI_HIGH; + res = G_PART_PROBE_PRI_NORM; out: g_free(buf); -- cgit v1.1