[PATCH 5/5] uncommented config item E2LABEL
Manuel Zerpies
manuel.f.zerpies at ww.stud.uni-erlangen.de
Sat Nov 24 22:30:19 UTC 2012
bump.
On Fri, Nov 16, 2012 at 07:36:34PM +0100, Manuel Zerpies wrote:
> From: Manuel Zerpies <manuel.f.zerpies at ww.stud.uni-erlangen.de>
>
> maybe someone wants to change the filesystem label
> ---
> e2fsprogs/Config.src | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/e2fsprogs/Config.src b/e2fsprogs/Config.src
> index 743e1e1..6435198 100644
> --- a/e2fsprogs/Config.src
> +++ b/e2fsprogs/Config.src
> @@ -51,13 +51,13 @@ config TUNE2FS
> tune2fs allows the system administrator to adjust various tunable
> filesystem parameters on Linux ext2/ext3 filesystems.
>
> -### config E2LABEL
> -### bool "e2label"
> -### default y
> -### depends on TUNE2FS
> -### help
> -### e2label will display or change the filesystem label on the ext2
> -### filesystem located on device.
> +config E2LABEL
> + bool "e2label"
> + default n
> + depends on TUNE2FS
> + help
> + e2label will display or change the filesystem label on the ext2
> + filesystem located on device.
>
> ### NB: this one is now provided by util-linux/volume_id/*
> ### config FINDFS
> --
> 1.7.9.5
>
More information about the busybox
mailing list