[PATCH 4/5] added config item BLKID_DEBUG

manuel.f.zerpies at ww.stud.uni-erlangen.de manuel.f.zerpies at ww.stud.uni-erlangen.de
Fri Nov 16 18:36:33 UTC 2012


From: Manuel Zerpies <manuel.f.zerpies at ww.stud.uni-erlangen.de>

maybe one wants to configure whether the debug mode for blkid is on or
not.
---
 util-linux/Config.src |   13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/util-linux/Config.src b/util-linux/Config.src
index e4516dd..b6f9d33 100644
--- a/util-linux/Config.src
+++ b/util-linux/Config.src
@@ -40,6 +40,19 @@ config BLKID
 	  WARNING:
 	  With all submodules selected, it will add ~8k to busybox.
 
+config BLKID_DEBUG
+	bool "blkid debug"
+	default n
+	depends on BLKID
+	select PLATFORM_LINUX
+	select VOLUMEID
+	help
+	  This is the debug mode of the BLKID feature.
+	  Lists labels and UUIDs of all filesystems.
+	  WARNING:
+	  With all submodules selected, it will add ~8k to busybox.
+
+
 config FEATURE_BLKID_TYPE
 	bool "Print filesystem type"
 	default n
-- 
1.7.9.5



More information about the busybox mailing list