aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util-linux/Config.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src
index e97125917..3c3e05ec4 100644
--- a/util-linux/Config.src
+++ b/util-linux/Config.src
@@ -472,7 +472,7 @@ config FEATURE_USE_TERMIOS
472 472
473config VOLUMEID 473config VOLUMEID
474 bool #No description makes it a hidden option 474 bool #No description makes it a hidden option
475 default y 475 default n
476 476
477config FEATURE_VOLUMEID_EXT 477config FEATURE_VOLUMEID_EXT
478 bool "Ext filesystem" 478 bool "Ext filesystem"
@@ -725,7 +725,7 @@ config FEATURE_MOUNT_HELPERS
725 The idea is to use such virtual filesystems in /etc/fstab. 725 The idea is to use such virtual filesystems in /etc/fstab.
726 726
727config FEATURE_MOUNT_LABEL 727config FEATURE_MOUNT_LABEL
728 bool "Support specifiying devices by label or UUID" 728 bool "Support specifying devices by label or UUID"
729 default y 729 default y
730 depends on MOUNT 730 depends on MOUNT
731 select VOLUMEID 731 select VOLUMEID
@@ -930,7 +930,7 @@ config FEATURE_MTAB_SUPPORT
930 If you must use this, keep in mind it's inherently brittle (for 930 If you must use this, keep in mind it's inherently brittle (for
931 example a mount under chroot won't update it), can't handle modern 931 example a mount under chroot won't update it), can't handle modern
932 features like separate per-process filesystem namespaces, requires 932 features like separate per-process filesystem namespaces, requires
933 that your /etc directory be writeable, tends to get easily confused 933 that your /etc directory be writable, tends to get easily confused
934 by --bind or --move mounts, won't update if you rename a directory 934 by --bind or --move mounts, won't update if you rename a directory
935 that contains a mount point, and so on. (In brief: avoid.) 935 that contains a mount point, and so on. (In brief: avoid.)
936 936