diff options
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 5a47318..3b0f778 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -393,6 +393,15 @@ config FEATURE_MOUNT_FAKE help Enable support for faking a file system mount. +config FEATURE_MOUNT_VERBOSE + bool "mount -v option" + default n + depends on MOUNT + help + Enable multi-level -v[vv...] verbose messages. Useful if you + debug mount problems and want to see what is exactly passed + to the kernel. + config FEATURE_MOUNT_HELPERS bool "Support mount helpers" default n |