[PATCH 4/5] added config item BLKID_DEBUG

Manuel Zerpies manuel.f.zerpies at ww.stud.uni-erlangen.de
Sat Nov 24 22:30:06 UTC 2012


bump.
On Fri, Nov 16, 2012 at 07:36:33PM +0100, Manuel Zerpies wrote:
> 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