aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.src
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-06-17 23:30:27 -0700
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-18 13:28:46 +0200
commiteafc6956f6fa86cb7d4bf488e96eeee34c551819 (patch)
tree8c8068eb1a011ef484c00e86fb2909a9df3f8e89 /util-linux/Config.src
parentf934a51c9b0020f842faebaedba9c67d4b0af73d (diff)
downloadbusybox-eafc6956f6fa86cb7d4bf488e96eeee34c551819.tar.gz
Allow CONFIG_VOLUMEID to be turned off
Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.src')
-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
config VOLUMEID
bool #No description makes it a hidden option
- default y
+ default n
config FEATURE_VOLUMEID_EXT
bool "Ext filesystem"
@@ -725,7 +725,7 @@ config FEATURE_MOUNT_HELPERS
The idea is to use such virtual filesystems in /etc/fstab.
config FEATURE_MOUNT_LABEL
- bool "Support specifiying devices by label or UUID"
+ bool "Support specifying devices by label or UUID"
default y
depends on MOUNT
select VOLUMEID
@@ -930,7 +930,7 @@ config FEATURE_MTAB_SUPPORT
If you must use this, keep in mind it's inherently brittle (for
example a mount under chroot won't update it), can't handle modern
features like separate per-process filesystem namespaces, requires
- that your /etc directory be writeable, tends to get easily confused
+ that your /etc directory be writable, tends to get easily confused
by --bind or --move mounts, won't update if you rename a directory
that contains a mount point, and so on. (In brief: avoid.)