summaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-18 12:07:49 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-18 12:07:49 +0000
commitf732e96757090253fe4ed481674779864df95cfa (patch)
tree5c487ed65e3638622f400b26c68d8824e93490e4 /util-linux/Config.in
parentc9ca0a32745a43eaa6cb6b7b460718de8ccb84f2 (diff)
downloadbusybox-w32-f732e96757090253fe4ed481674779864df95cfa.tar.gz
busybox-w32-f732e96757090253fe4ed481674779864df95cfa.tar.bz2
busybox-w32-f732e96757090253fe4ed481674779864df95cfa.zip
mount: optional support for -vv verbosity
mount: do "struct globals" trick With -vv on: function old new delta verbose_mount - 83 +83 mount_main 970 988 +18 mount_it_now 219 229 +10 singlemount 4564 4570 +6 mount_option_str 227 233 +6 nfs_mount_version 1 - -1 fslist 4 - -4 ------------------------------------------------------------------------------ (add/remove: 1/2 grow/shrink: 4/0 up/down: 123/-5) Total: 118 bytes
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 5a47318fe..3b0f778cb 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -393,6 +393,15 @@ config FEATURE_MOUNT_FAKE
393 help 393 help
394 Enable support for faking a file system mount. 394 Enable support for faking a file system mount.
395 395
396config FEATURE_MOUNT_VERBOSE
397 bool "mount -v option"
398 default n
399 depends on MOUNT
400 help
401 Enable multi-level -v[vv...] verbose messages. Useful if you
402 debug mount problems and want to see what is exactly passed
403 to the kernel.
404
396config FEATURE_MOUNT_HELPERS 405config FEATURE_MOUNT_HELPERS
397 bool "Support mount helpers" 406 bool "Support mount helpers"
398 default n 407 default n