summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorivoras <ivoras@FreeBSD.org>2013-04-15 16:09:24 +0000
committerivoras <ivoras@FreeBSD.org>2013-04-15 16:09:24 +0000
commit255c9a6acb6fd00e607470d04c8c163b508fa732 (patch)
tree6645e97e96e481adb7b2d4392fb6df65d3ef6992 /sys/conf
parent4893ec0b76fa0d03524f1cd3cebbd1c9a143d2f7 (diff)
downloadFreeBSD-src-255c9a6acb6fd00e607470d04c8c163b508fa732.zip
FreeBSD-src-255c9a6acb6fd00e607470d04c8c163b508fa732.tar.gz
Introduce glabel labels based on GEOM ident attributes. In this initial
implementation, error on the side of conservatism and only create labels for GEOMs of classes DISK and MULTIPATH. Discussed with: trasz Approved by: silence from freebsd-geom@
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 95ed2c6..f26e93a 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2495,6 +2495,7 @@ geom/label/g_label_ntfs.c optional geom_label
geom/label/g_label_reiserfs.c optional geom_label
geom/label/g_label_ufs.c optional geom_label
geom/label/g_label_gpt.c optional geom_label
+geom/label/g_label_disk_ident.c optional geom_label
geom/linux_lvm/g_linux_lvm.c optional geom_linux_lvm
geom/mirror/g_mirror.c optional geom_mirror
geom/mirror/g_mirror_ctl.c optional geom_mirror
OpenPOWER on IntegriCloud