Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/e2fsprogs/Config.in

    r1765 r2725  
     1# DO NOT EDIT. This file is generated from Config.src
    12#
    23# For a description of the syntax of this configuration file,
     
    67menu "Linux Ext2 FS Progs"
    78
     9
     10
    811config CHATTR
    912    bool "chattr"
    10     default n
     13    default y
    1114    help
    1215      chattr changes the file attributes on a second extended file system.
    1316
    1417### config E2FSCK
    15 ###     bool "e2fsck"
    16 ###     default n
    17 ###     help
    18 ###       e2fsck is used to check Linux second extended file systems (ext2fs).
    19 ###       e2fsck also supports ext2 filesystems countaining a journal (ext3).
    20 ###       The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
    21 ###       provided.
     18### bool "e2fsck"
     19### default y
     20### help
     21###   e2fsck is used to check Linux second extended file systems (ext2fs).
     22###   e2fsck also supports ext2 filesystems countaining a journal (ext3).
     23###   The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
     24###   provided.
    2225
    2326config FSCK
    2427    bool "fsck"
    25     default n
     28    default y
    2629    help
    2730      fsck is used to check and optionally repair one or more filesystems.
     
    3134config LSATTR
    3235    bool "lsattr"
    33     default n
     36    default y
     37    depends on PLATFORM_LINUX
    3438    help
    3539      lsattr lists the file attributes on a second extended file system.
    3640
    3741### config MKE2FS
    38 ###     bool "mke2fs"
    39 ###     default n
    40 ###     help
    41 ###       mke2fs is used to create an ext2/ext3 filesystem. The normal compat
    42 ###       symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
     42### bool "mke2fs"
     43### default y
     44### help
     45###   mke2fs is used to create an ext2/ext3 filesystem. The normal compat
     46###   symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
    4347
    44 ### config TUNE2FS
    45 ###     bool "tune2fs"
    46 ###     default n
    47 ###     help
    48 ###       tune2fs allows the system administrator to adjust various tunable
    49 ###       filesystem parameters on Linux ext2/ext3 filesystems.
     48config TUNE2FS
     49    bool "tune2fs"
     50    default n  # off: it is too limited compared to upstream version
     51    help
     52      tune2fs allows the system administrator to adjust various tunable
     53      filesystem parameters on Linux ext2/ext3 filesystems.
    5054
    5155### config E2LABEL
    52 ###     bool "e2label"
    53 ###     default n
    54 ###     depends on TUNE2FS
    55 ###     help
    56 ###       e2label will display or change the filesystem label on the ext2
    57 ###       filesystem located on device.
     56### bool "e2label"
     57### default y
     58### depends on TUNE2FS
     59### help
     60###   e2label will display or change the filesystem label on the ext2
     61###   filesystem located on device.
    5862
     63### NB: this one is now provided by util-linux/volume_id/*
    5964### config FINDFS
    60 ###     bool "findfs"
    61 ###     default n
    62 ###     depends on TUNE2FS
    63 ###     help
    64 ###       findfs will search the disks in the system looking for a filesystem
    65 ###       which has a label matching label or a UUID equal to uuid.
     65### bool "findfs"
     66### default y
     67### depends on TUNE2FS
     68### help
     69###   findfs will search the disks in the system looking for a filesystem
     70###   which has a label matching label or a UUID equal to uuid.
    6671
    6772endmenu
Note: See TracChangeset for help on using the changeset viewer.