Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/util-linux/Config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 5  Line 5 
5    
6  menu "Linux System Utilities"  menu "Linux System Utilities"
7    
8    config ACPID
9     bool "acpid"
10     default n
11     help
12      acpid listens to ACPI events coming either in textual form from
13      /proc/acpi/event (though it is marked deprecated it is still widely
14      used and _is_ a standard) or in binary form from specified evdevs
15      (just use /dev/input/event*).
16    
17      It parses the event to retrieve ACTION and a possible PARAMETER.
18      It then spawns /etc/acpi/<ACTION>[/<PARAMETER>] either via run-parts
19      (if the resulting path is a directory) or directly as an executable.
20    
21      N.B. acpid relies on run-parts so have the latter installed.
22    
23    config FEATURE_ACPID_COMPAT
24     bool "Accept and ignore redundant options"
25     default n
26     depends on ACPID
27     help
28      Accept and ignore compatibility options -g -m -s -S -v.
29    
30  config BLKID  config BLKID
31   bool "blkid"   bool "blkid"
32   default n   default y
33   select VOLUMEID   select VOLUMEID
34   help   help
35    Lists labels and UUIDs of all filesystems.    Lists labels and UUIDs of all filesystems.
# Line 162  config FEATURE_FDISK_ADVANCED Line 184  config FEATURE_FDISK_ADVANCED
184    
185  config FINDFS  config FINDFS
186   bool "findfs"   bool "findfs"
187   default n   default y
188   select VOLUMEID   select VOLUMEID
189   help   help
190    Prints the name of a filesystem with given label or UUID.    Prints the name of a filesystem with given label or UUID.
# Line 191  config FSCK_MINIX Line 213  config FSCK_MINIX
213    check for and attempt to repair any corruption that occurs to a minix    check for and attempt to repair any corruption that occurs to a minix
214    filesystem.    filesystem.
215    
216    config MKFS_EXT2
217     bool "mkfs_ext2"
218     default n
219     help
220      Utility to create EXT2 filesystems.
221    
222  config MKFS_MINIX  config MKFS_MINIX
223   bool "mkfs_minix"   bool "mkfs_minix"
224   default n   default n
# Line 211  config FEATURE_MINIX2 Line 239  config FEATURE_MINIX2
239    this. If you enabled 'mkfs_minix' then you almost certainly want to    this. If you enabled 'mkfs_minix' then you almost certainly want to
240    be using the version 2 filesystem support.    be using the version 2 filesystem support.
241    
242    config MKFS_REISER
243     bool "mkfs_reiser"
244     default n
245     help
246      Utility to create ReiserFS filesystems.
247    
248    config MKFS_VFAT
249     bool "mkfs_vfat"
250     default n
251     help
252      Utility to create FAT32 filesystems.
253    
254  config GETOPT  config GETOPT
255   bool "getopt"   bool "getopt"
256   default n   default n
# Line 222  config GETOPT Line 262  config GETOPT
262    written by others, this utility may be for you. Most people will    written by others, this utility may be for you. Most people will
263    wisely leave this disabled.    wisely leave this disabled.
264    
265    config FEATURE_GETOPT_LONG
266     bool "Support option -l"
267     default y if LONG_OPTS
268     depends on GETOPT
269     help
270      Enable support for long options (option -l).
271    
272  config HEXDUMP  config HEXDUMP
273   bool "hexdump"   bool "hexdump"
274   default n   default n
# Line 258  config HWCLOCK Line 305  config HWCLOCK
305  config FEATURE_HWCLOCK_LONG_OPTIONS  config FEATURE_HWCLOCK_LONG_OPTIONS
306   bool "Support long options (--hctosys,...)"   bool "Support long options (--hctosys,...)"
307   default n   default n
308   depends on HWCLOCK && GETOPT_LONG   depends on HWCLOCK && LONG_OPTS
309   help   help
310    By default, the hwclock utility only uses short options. If you    By default, the hwclock utility only uses short options. If you
311    are overly fond of its long options, such as --hctosys, --utc, etc)    are overly fond of its long options, such as --hctosys, --utc, etc)
# Line 301  config LOSETUP Line 348  config LOSETUP
348    file or block device, and to query the status of a loop device. This    file or block device, and to query the status of a loop device. This
349    version does not currently support enabling data encryption.    version does not currently support enabling data encryption.
350    
351    config LSPCI
352     bool "lspci"
353     default n
354     help
355      lspci is a utility for displaying information about PCI buses in the
356      system and devices connected to them.
357    
358      This version uses sysfs (/sys/bus/pci/devices) only.
359    
360    config LSUSB
361     bool "lsusb"
362     default n
363     help
364      lsusb is a utility for displaying information about USB buses in the
365      system and devices connected to them.
366    
367      This version uses sysfs (/sys/bus/usb/devices) only.
368    
369  config MDEV  config MDEV
370   bool "mdev"   bool "mdev"
371   default n   default n
# Line 371  config MKSWAP Line 436  config MKSWAP
436    Once you have created swap space using 'mkswap' you need to enable    Once you have created swap space using 'mkswap' you need to enable
437    the swap space using the 'swapon' utility.    the swap space using the 'swapon' utility.
438    
439  config FEATURE_MKSWAP_V0  config FEATURE_MKSWAP_UUID
440   bool "Version 0 support"   bool "UUID support"
441   default n   default y
442   depends on MKSWAP   depends on MKSWAP
 # depends on MKSWAP && DEPRECATED  
443   help   help
444    Enable support for the old v0 style.    Generate swap spaces with universally unique identifiers.
   If your kernel is older than 2.1.117, then v0 support is the  
   only option.  
445    
446  config MORE  config MORE
447   bool "more"   bool "more"
# Line 413  config FEATURE_VOLUMEID_EXT Line 475  config FEATURE_VOLUMEID_EXT
475   help   help
476    TODO    TODO
477    
478    config FEATURE_VOLUMEID_BTRFS
479     bool "btrfs filesystem"
480     default n
481     depends on VOLUMEID
482     help
483      TODO
484    
485  config FEATURE_VOLUMEID_REISERFS  config FEATURE_VOLUMEID_REISERFS
486   bool "Reiser filesystem"   bool "Reiser filesystem"
487   default n   default n
# Line 651  config FEATURE_MOUNT_HELPERS Line 720  config FEATURE_MOUNT_HELPERS
720    
721  config FEATURE_MOUNT_LABEL  config FEATURE_MOUNT_LABEL
722   bool "Support specifiying devices by label or UUID"   bool "Support specifiying devices by label or UUID"
723   default n   default y
724   depends on MOUNT   depends on MOUNT
725   select VOLUMEID   select VOLUMEID
726   help   help
727    This allows for specifying a device by label or uuid, rather than by    This allows for specifying a device by label or uuid, rather than by
728    name. This feature utilizes the same functionality as blkid/findfs.    name. This feature utilizes the same functionality as blkid/findfs.
729      This also enables label or uuid support for swapon.
730    
731  config FEATURE_MOUNT_NFS  config FEATURE_MOUNT_NFS
732   bool "Support mounting NFS file systems"   bool "Support mounting NFS file systems"
# Line 736  config SCRIPT Line 806  config SCRIPT
806   help   help
807    The script makes typescript of terminal session.    The script makes typescript of terminal session.
808    
809    config SCRIPTREPLAY
810     bool "scriptreplay"
811     default n
812     help
813      This program replays a typescript, using timing information
814      given by script -t.
815    
816  config SETARCH  config SETARCH
817   bool "setarch"   bool "setarch"
818   default n   default n

Legend:
Removed from v.983  
changed lines
  Added in v.984