summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2008-02-20 07:50:13 +0000
committerthompsa <thompsa@FreeBSD.org>2008-02-20 07:50:13 +0000
commit60c8bc08dec9f94e929cfb18beef28f37852b60d (patch)
treee404af42fd66279b4e7a587220a7ab8f83ad81c8 /sys/conf
parent5443a0321049a701029d14b44bfd93f61c506889 (diff)
downloadFreeBSD-src-60c8bc08dec9f94e929cfb18beef28f37852b60d.zip
FreeBSD-src-60c8bc08dec9f94e929cfb18beef28f37852b60d.tar.gz
Rename geom_lvm(4) to geom_linux_lvm(4).
Requested by: des, phk
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/files2
-rw-r--r--sys/conf/options2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 03154ff..9abaa2f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -140,7 +140,7 @@ options GEOM_FOX # Redundant path mitigation
options GEOM_GATE # Userland services.
options GEOM_JOURNAL # Journaling.
options GEOM_LABEL # Providers labelization.
-options GEOM_LVM # LVM2 volumes
+options GEOM_LINUX_LVM # Linux LVM2 volumes
options GEOM_MBR # DOS/MBR partitioning
options GEOM_MIRROR # Disk mirroring.
options GEOM_MULTIPATH # Disk multipath
diff --git a/sys/conf/files b/sys/conf/files
index 3007432..3dec2fb 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1298,7 +1298,7 @@ geom/label/g_label_msdosfs.c optional geom_label
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/lvm/g_lvm.c optional geom_lvm
+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
geom/multipath/g_multipath.c optional geom_multipath
diff --git a/sys/conf/options b/sys/conf/options
index 4923c63..21df95a 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -85,7 +85,7 @@ GEOM_FOX opt_geom.h
GEOM_GATE opt_geom.h
GEOM_JOURNAL opt_geom.h
GEOM_LABEL opt_geom.h
-GEOM_LVM opt_geom.h
+GEOM_LINUX_LVM opt_geom.h
GEOM_MBR opt_geom.h
GEOM_MIRROR opt_geom.h
GEOM_MULTIPATH opt_geom.h
OpenPOWER on IntegriCloud