source: MondoRescue/branches/2.2.9/mindi-busybox/util-linux/Config.in

Last change on this file was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
File size: 25.9 KB
Line 
1# DO NOT EDIT. This file is generated from Config.src
2#
3# For a description of the syntax of this configuration file,
4# see scripts/kbuild/config-language.txt.
5#
6
7menu "Linux System Utilities"
8
9config BLOCKDEV
10 bool "blockdev"
11 default y
12 help
13 Performs some ioctls with block devices.
14config REV
15 bool "rev"
16 default y
17 help
18 Reverse lines of a file or files.
19
20config ACPID
21 bool "acpid"
22 default y
23 depends on PLATFORM_LINUX
24 help
25 acpid listens to ACPI events coming either in textual form from
26 /proc/acpi/event (though it is marked deprecated it is still widely
27 used and _is_ a standard) or in binary form from specified evdevs
28 (just use /dev/input/event*).
29
30 It parses the event to retrieve ACTION and a possible PARAMETER.
31 It then spawns /etc/acpi/<ACTION>[/<PARAMETER>] either via run-parts
32 (if the resulting path is a directory) or directly as an executable.
33
34 N.B. acpid relies on run-parts so have the latter installed.
35
36config FEATURE_ACPID_COMPAT
37 bool "Accept and ignore redundant options"
38 default y
39 depends on ACPID
40 help
41 Accept and ignore compatibility options -g -m -s -S -v.
42
43config BLKID
44 bool "blkid"
45 default y
46 depends on PLATFORM_LINUX
47 select VOLUMEID
48 help
49 Lists labels and UUIDs of all filesystems.
50 WARNING:
51 With all submodules selected, it will add ~8k to busybox.
52
53config DMESG
54 bool "dmesg"
55 default y
56 depends on PLATFORM_LINUX
57 help
58 dmesg is used to examine or control the kernel ring buffer. When the
59 Linux kernel prints messages to the system log, they are stored in
60 the kernel ring buffer. You can use dmesg to print the kernel's ring
61 buffer, clear the kernel ring buffer, change the size of the kernel
62 ring buffer, and change the priority level at which kernel messages
63 are also logged to the system console. Enable this option if you
64 wish to enable the 'dmesg' utility.
65
66config FEATURE_DMESG_PRETTY
67 bool "Pretty dmesg output"
68 default y
69 depends on DMESG
70 help
71 If you wish to scrub the syslog level from the output, say 'Y' here.
72 The syslog level is a string prefixed to every line with the form
73 "<#>".
74
75 With this option you will see:
76 # dmesg
77 Linux version 2.6.17.4 .....
78 BIOS-provided physical RAM map:
79 BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
80
81 Without this option you will see:
82 # dmesg
83 <5>Linux version 2.6.17.4 .....
84 <6>BIOS-provided physical RAM map:
85 <6> BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
86
87config FBSET
88 bool "fbset"
89 default y
90 depends on PLATFORM_LINUX
91 help
92 fbset is used to show or change the settings of a Linux frame buffer
93 device. The frame buffer device provides a simple and unique
94 interface to access a graphics display. Enable this option
95 if you wish to enable the 'fbset' utility.
96
97config FEATURE_FBSET_FANCY
98 bool "Turn on extra fbset options"
99 default y
100 depends on FBSET
101 help
102 This option enables extended fbset options, allowing one to set the
103 framebuffer size, color depth, etc. interface to access a graphics
104 display. Enable this option if you wish to enable extended fbset
105 options.
106
107config FEATURE_FBSET_READMODE
108 bool "Turn on fbset readmode support"
109 default y
110 depends on FBSET
111 help
112 This option allows fbset to read the video mode database stored by
113 default as /etc/fb.modes, which can be used to set frame buffer
114 device to pre-defined video modes.
115
116config FDFLUSH
117 bool "fdflush"
118 default y
119 depends on PLATFORM_LINUX
120 help
121 fdflush is only needed when changing media on slightly-broken
122 removable media drives. It is used to make Linux believe that a
123 hardware disk-change switch has been actuated, which causes Linux to
124 forget anything it has cached from the previous media. If you have
125 such a slightly-broken drive, you will need to run fdflush every time
126 you change a disk. Most people have working hardware and can safely
127 leave this disabled.
128
129config FDFORMAT
130 bool "fdformat"
131 default y
132 depends on PLATFORM_LINUX
133 help
134 fdformat is used to low-level format a floppy disk.
135
136config FDISK
137 bool "fdisk"
138 default y
139 depends on PLATFORM_LINUX
140 help
141 The fdisk utility is used to divide hard disks into one or more
142 logical disks, which are generally called partitions. This utility
143 can be used to list and edit the set of partitions or BSD style
144 'disk slices' that are defined on a hard drive.
145
146config FDISK_SUPPORT_LARGE_DISKS
147 bool "Support over 4GB disks"
148 default y
149 depends on FDISK
150 help
151 Enable this option to support large disks > 4GB.
152
153config FEATURE_FDISK_WRITABLE
154 bool "Write support"
155 default y
156 depends on FDISK
157 help
158 Enabling this option allows you to create or change a partition table
159 and write those changes out to disk. If you leave this option
160 disabled, you will only be able to view the partition table.
161
162config FEATURE_AIX_LABEL
163 bool "Support AIX disklabels"
164 default n
165 depends on FDISK && FEATURE_FDISK_WRITABLE
166 help
167 Enabling this option allows you to create or change AIX disklabels.
168 Most people can safely leave this option disabled.
169
170config FEATURE_SGI_LABEL
171 bool "Support SGI disklabels"
172 default n
173 depends on FDISK && FEATURE_FDISK_WRITABLE
174 help
175 Enabling this option allows you to create or change SGI disklabels.
176 Most people can safely leave this option disabled.
177
178config FEATURE_SUN_LABEL
179 bool "Support SUN disklabels"
180 default n
181 depends on FDISK && FEATURE_FDISK_WRITABLE
182 help
183 Enabling this option allows you to create or change SUN disklabels.
184 Most people can safely leave this option disabled.
185
186config FEATURE_OSF_LABEL
187 bool "Support BSD disklabels"
188 default n
189 depends on FDISK && FEATURE_FDISK_WRITABLE
190 help
191 Enabling this option allows you to create or change BSD disklabels
192 and define and edit BSD disk slices.
193
194config FEATURE_GPT_LABEL
195 bool "Support GPT disklabels"
196 default n
197 depends on FDISK && FEATURE_FDISK_WRITABLE
198 help
199 Enabling this option allows you to view GUID Partition Table
200 disklabels.
201
202config FEATURE_FDISK_ADVANCED
203 bool "Support expert mode"
204 default y
205 depends on FDISK && FEATURE_FDISK_WRITABLE
206 help
207 Enabling this option allows you to do terribly unsafe things like
208 define arbitrary drive geometry, move the beginning of data in a
209 partition, and similarly evil things. Unless you have a very good
210 reason you would be wise to leave this disabled.
211
212config FINDFS
213 bool "findfs"
214 default y
215 depends on PLATFORM_LINUX
216 select VOLUMEID
217 help
218 Prints the name of a filesystem with given label or UUID.
219 WARNING:
220 With all submodules selected, it will add ~8k to busybox.
221
222config FLOCK
223 bool "flock"
224 default y
225 help
226 Manage locks from shell scripts
227
228config FREERAMDISK
229 bool "freeramdisk"
230 default y
231 depends on PLATFORM_LINUX
232 help
233 Linux allows you to create ramdisks. This utility allows you to
234 delete them and completely free all memory that was used for the
235 ramdisk. For example, if you boot Linux into a ramdisk and later
236 pivot_root, you may want to free the memory that is allocated to the
237 ramdisk. If you have no use for freeing memory from a ramdisk, leave
238 this disabled.
239
240config FSCK_MINIX
241 bool "fsck_minix"
242 default y
243 help
244 The minix filesystem is a nice, small, compact, read-write filesystem
245 with little overhead. It is not a journaling filesystem however and
246 can experience corruption if it is not properly unmounted or if the
247 power goes off in the middle of a write. This utility allows you to
248 check for and attempt to repair any corruption that occurs to a minix
249 filesystem.
250
251config MKFS_EXT2
252 bool "mkfs_ext2"
253 default y
254 depends on PLATFORM_LINUX
255 help
256 Utility to create EXT2 filesystems.
257
258config MKFS_MINIX
259 bool "mkfs_minix"
260 default y
261 depends on PLATFORM_LINUX
262 help
263 The minix filesystem is a nice, small, compact, read-write filesystem
264 with little overhead. If you wish to be able to create minix
265 filesystems this utility will do the job for you.
266
267config FEATURE_MINIX2
268 bool "Support Minix fs v2 (fsck_minix/mkfs_minix)"
269 default y
270 depends on FSCK_MINIX || MKFS_MINIX
271 help
272 If you wish to be able to create version 2 minix filesystems, enable
273 this. If you enabled 'mkfs_minix' then you almost certainly want to
274 be using the version 2 filesystem support.
275
276config MKFS_REISER
277 bool "mkfs_reiser"
278 default n
279 depends on PLATFORM_LINUX
280 help
281 Utility to create ReiserFS filesystems.
282 Note: this applet needs a lot of testing and polishing.
283
284config MKFS_VFAT
285 bool "mkfs_vfat"
286 default y
287 depends on PLATFORM_LINUX
288 help
289 Utility to create FAT32 filesystems.
290
291config GETOPT
292 bool "getopt"
293 default y
294 help
295 The getopt utility is used to break up (parse) options in command
296 lines to make it easy to write complex shell scripts that also check
297 for legal (and illegal) options. If you want to write horribly
298 complex shell scripts, or use some horribly complex shell script
299 written by others, this utility may be for you. Most people will
300 wisely leave this disabled.
301
302config FEATURE_GETOPT_LONG
303 bool "Support option -l"
304 default y if LONG_OPTS
305 depends on GETOPT
306 help
307 Enable support for long options (option -l).
308
309config HEXDUMP
310 bool "hexdump"
311 default y
312 help
313 The hexdump utility is used to display binary data in a readable
314 way that is comparable to the output from most hex editors.
315
316config FEATURE_HEXDUMP_REVERSE
317 bool "Support -R, reverse of 'hexdump -Cv'"
318 default y
319 depends on HEXDUMP
320 help
321 The hexdump utility is used to display binary data in an ascii
322 readable way. This option creates binary data from an ascii input.
323 NB: this option is non-standard. It's unwise to use it in scripts
324 aimed to be portable.
325
326config HD
327 bool "hd"
328 default y
329 depends on HEXDUMP
330 help
331 hd is an alias to hexdump -C.
332
333config HWCLOCK
334 bool "hwclock"
335 default y
336 depends on PLATFORM_LINUX
337 help
338 The hwclock utility is used to read and set the hardware clock
339 on a system. This is primarily used to set the current time on
340 shutdown in the hardware clock, so the hardware will keep the
341 correct time when Linux is _not_ running.
342
343config FEATURE_HWCLOCK_LONG_OPTIONS
344 bool "Support long options (--hctosys,...)"
345 default y
346 depends on HWCLOCK && LONG_OPTS
347 help
348 By default, the hwclock utility only uses short options. If you
349 are overly fond of its long options, such as --hctosys, --utc, etc)
350 then enable this option.
351
352config FEATURE_HWCLOCK_ADJTIME_FHS
353 bool "Use FHS /var/lib/hwclock/adjtime"
354 default n # util-linux-ng in Fedora 13 still uses /etc/adjtime
355 depends on HWCLOCK
356 help
357 Starting with FHS 2.3, the adjtime state file is supposed to exist
358 at /var/lib/hwclock/adjtime instead of /etc/adjtime. If you wish
359 to use the FHS behavior, answer Y here, otherwise answer N for the
360 classic /etc/adjtime path.
361
362 pathname.com/fhs/pub/fhs-2.3.html#VARLIBHWCLOCKSTATEDIRECTORYFORHWCLO
363
364config IPCRM
365 bool "ipcrm"
366 default y
367 help
368 The ipcrm utility allows the removal of System V interprocess
369 communication (IPC) objects and the associated data structures
370 from the system.
371
372config IPCS
373 bool "ipcs"
374 default y
375 depends on PLATFORM_LINUX
376 help
377 The ipcs utility is used to provide information on the currently
378 allocated System V interprocess (IPC) objects in the system.
379
380config LOSETUP
381 bool "losetup"
382 default y
383 depends on PLATFORM_LINUX
384 help
385 losetup is used to associate or detach a loop device with a regular
386 file or block device, and to query the status of a loop device. This
387 version does not currently support enabling data encryption.
388
389config LSPCI
390 bool "lspci"
391 default y
392 #depends on PLATFORM_LINUX
393 help
394 lspci is a utility for displaying information about PCI buses in the
395 system and devices connected to them.
396
397 This version uses sysfs (/sys/bus/pci/devices) only.
398
399config LSUSB
400 bool "lsusb"
401 default y
402 #depends on PLATFORM_LINUX
403 help
404 lsusb is a utility for displaying information about USB buses in the
405 system and devices connected to them.
406
407 This version uses sysfs (/sys/bus/usb/devices) only.
408
409config MDEV
410 bool "mdev"
411 default y
412 depends on PLATFORM_LINUX
413 help
414 mdev is a mini-udev implementation for dynamically creating device
415 nodes in the /dev directory.
416
417 For more information, please see docs/mdev.txt
418
419config FEATURE_MDEV_CONF
420 bool "Support /etc/mdev.conf"
421 default y
422 depends on MDEV
423 help
424 Add support for the mdev config file to control ownership and
425 permissions of the device nodes.
426
427 For more information, please see docs/mdev.txt
428
429config FEATURE_MDEV_RENAME
430 bool "Support subdirs/symlinks"
431 default y
432 depends on FEATURE_MDEV_CONF
433 help
434 Add support for renaming devices and creating symlinks.
435
436 For more information, please see docs/mdev.txt
437
438config FEATURE_MDEV_RENAME_REGEXP
439 bool "Support regular expressions substitutions when renaming device"
440 default y
441 depends on FEATURE_MDEV_RENAME
442 help
443 Add support for regular expressions substitutions when renaming
444 device.
445
446config FEATURE_MDEV_EXEC
447 bool "Support command execution at device addition/removal"
448 default y
449 depends on FEATURE_MDEV_CONF
450 help
451 This adds support for an optional field to /etc/mdev.conf for
452 executing commands when devices are created/removed.
453
454 For more information, please see docs/mdev.txt
455
456config FEATURE_MDEV_LOAD_FIRMWARE
457 bool "Support loading of firmwares"
458 default y
459 depends on MDEV
460 help
461 Some devices need to load firmware before they can be usable.
462
463 These devices will request userspace look up the files in
464 /lib/firmware/ and if it exists, send it to the kernel for
465 loading into the hardware.
466
467config MKSWAP
468 bool "mkswap"
469 default y
470 help
471 The mkswap utility is used to configure a file or disk partition as
472 Linux swap space. This allows Linux to use the entire file or
473 partition as if it were additional RAM, which can greatly increase
474 the capability of low-memory machines. This additional memory is
475 much slower than real RAM, but can be very helpful at preventing your
476 applications being killed by the Linux out of memory (OOM) killer.
477 Once you have created swap space using 'mkswap' you need to enable
478 the swap space using the 'swapon' utility.
479
480config FEATURE_MKSWAP_UUID
481 bool "UUID support"
482 default y
483 depends on MKSWAP
484 help
485 Generate swap spaces with universally unique identifiers.
486
487config MORE
488 bool "more"
489 default y
490 help
491 more is a simple utility which allows you to read text one screen
492 sized page at a time. If you want to read text that is larger than
493 the screen, and you are using anything faster than a 300 baud modem,
494 you will probably find this utility very helpful. If you don't have
495 any need to reading text files, you can leave this disabled.
496
497config MOUNT
498 bool "mount"
499 default y
500 depends on PLATFORM_LINUX
501 help
502 All files and filesystems in Unix are arranged into one big directory
503 tree. The 'mount' utility is used to graft a filesystem onto a
504 particular part of the tree. A filesystem can either live on a block
505 device, or it can be accessible over the network, as is the case with
506 NFS filesystems. Most people using BusyBox will also want to enable
507 the 'mount' utility.
508
509config FEATURE_MOUNT_FAKE
510 bool "Support option -f"
511 default y
512 depends on MOUNT
513 help
514 Enable support for faking a file system mount.
515
516config FEATURE_MOUNT_VERBOSE
517 bool "Support option -v"
518 default y
519 depends on MOUNT
520 help
521 Enable multi-level -v[vv...] verbose messages. Useful if you
522 debug mount problems and want to see what is exactly passed
523 to the kernel.
524
525config FEATURE_MOUNT_HELPERS
526 bool "Support mount helpers"
527 default n
528 depends on MOUNT
529 help
530 Enable mounting of virtual file systems via external helpers.
531 E.g. "mount obexfs#-b00.11.22.33.44.55 /mnt" will in effect call
532 "obexfs -b00.11.22.33.44.55 /mnt"
533 Also "mount -t sometype [-o opts] fs /mnt" will try
534 "sometype [-o opts] fs /mnt" if simple mount syscall fails.
535 The idea is to use such virtual filesystems in /etc/fstab.
536
537config FEATURE_MOUNT_LABEL
538 bool "Support specifying devices by label or UUID"
539 default y
540 depends on MOUNT
541 select VOLUMEID
542 help
543 This allows for specifying a device by label or uuid, rather than by
544 name. This feature utilizes the same functionality as blkid/findfs.
545 This also enables label or uuid support for swapon.
546
547config FEATURE_MOUNT_NFS
548 bool "Support mounting NFS file systems"
549 default y
550 depends on MOUNT
551 select FEATURE_HAVE_RPC
552 select FEATURE_SYSLOG
553 help
554 Enable mounting of NFS file systems.
555
556config FEATURE_MOUNT_CIFS
557 bool "Support mounting CIFS/SMB file systems"
558 default y
559 depends on MOUNT
560 help
561 Enable support for samba mounts.
562
563config FEATURE_MOUNT_FLAGS
564 depends on MOUNT
565 bool "Support lots of -o flags in mount"
566 default y
567 help
568 Without this, mount only supports ro/rw/remount. With this, it
569 supports nosuid, suid, dev, nodev, exec, noexec, sync, async, atime,
570 noatime, diratime, nodiratime, loud, bind, move, shared, slave,
571 private, unbindable, rshared, rslave, rprivate, and runbindable.
572
573config FEATURE_MOUNT_FSTAB
574 depends on MOUNT
575 bool "Support /etc/fstab and -a"
576 default y
577 help
578 Support mount all and looking for files in /etc/fstab.
579
580config PIVOT_ROOT
581 bool "pivot_root"
582 default y
583 depends on PLATFORM_LINUX
584 help
585 The pivot_root utility swaps the mount points for the root filesystem
586 with some other mounted filesystem. This allows you to do all sorts
587 of wild and crazy things with your Linux system and is far more
588 powerful than 'chroot'.
589
590 Note: This is for initrd in linux 2.4. Under initramfs (introduced
591 in linux 2.6) use switch_root instead.
592
593config RDATE
594 bool "rdate"
595 default y
596 help
597 The rdate utility allows you to synchronize the date and time of your
598 system clock with the date and time of a remote networked system using
599 the RFC868 protocol, which is built into the inetd daemon on most
600 systems.
601
602config RDEV
603 bool "rdev"
604 default y
605 help
606 Print the device node associated with the filesystem mounted at '/'.
607
608config READPROFILE
609 bool "readprofile"
610 default y
611 #depends on PLATFORM_LINUX
612 help
613 This allows you to parse /proc/profile for basic profiling.
614
615config RTCWAKE
616 bool "rtcwake"
617 default y
618 depends on PLATFORM_LINUX
619 help
620 Enter a system sleep state until specified wakeup time.
621
622config SCRIPT
623 bool "script"
624 default y
625 help
626 The script makes typescript of terminal session.
627
628config SCRIPTREPLAY
629 bool "scriptreplay"
630 default y
631 help
632 This program replays a typescript, using timing information
633 given by script -t.
634
635config SETARCH
636 bool "setarch"
637 default y
638 depends on PLATFORM_LINUX
639 help
640 The linux32 utility is used to create a 32bit environment for the
641 specified program (usually a shell). It only makes sense to have
642 this util on a system that supports both 64bit and 32bit userland
643 (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...).
644
645config SWAPONOFF
646 bool "swaponoff"
647 default y
648 depends on PLATFORM_LINUX
649 help
650 This option enables both the 'swapon' and the 'swapoff' utilities.
651 Once you have created some swap space using 'mkswap', you also need
652 to enable your swap space with the 'swapon' utility. The 'swapoff'
653 utility is used, typically at system shutdown, to disable any swap
654 space. If you are not using any swap space, you can leave this
655 option disabled.
656
657config FEATURE_SWAPON_PRI
658 bool "Support priority option -p"
659 default y
660 depends on SWAPONOFF
661 help
662 Enable support for setting swap device priority in swapon.
663
664config SWITCH_ROOT
665 bool "switch_root"
666 default y
667 depends on PLATFORM_LINUX
668 help
669 The switch_root utility is used from initramfs to select a new
670 root device. Under initramfs, you have to use this instead of
671 pivot_root. (Stop reading here if you don't care why.)
672
673 Booting with initramfs extracts a gzipped cpio archive into rootfs
674 (which is a variant of ramfs/tmpfs). Because rootfs can't be moved
675 or unmounted*, pivot_root will not work from initramfs. Instead,
676 switch_root deletes everything out of rootfs (including itself),
677 does a mount --move that overmounts rootfs with the new root, and
678 then execs the specified init program.
679
680 * Because the Linux kernel uses rootfs internally as the starting
681 and ending point for searching through the kernel's doubly linked
682 list of active mount points. That's why.
683
684config UMOUNT
685 bool "umount"
686 default y
687 depends on PLATFORM_LINUX
688 help
689 When you want to remove a mounted filesystem from its current mount
690 point, for example when you are shutting down the system, the
691 'umount' utility is the tool to use. If you enabled the 'mount'
692 utility, you almost certainly also want to enable 'umount'.
693
694config FEATURE_UMOUNT_ALL
695 bool "Support option -a"
696 default y
697 depends on UMOUNT
698 help
699 Support -a option to unmount all currently mounted filesystems.
700
701comment "Common options for mount/umount"
702 depends on MOUNT || UMOUNT
703
704config FEATURE_MOUNT_LOOP
705 bool "Support loopback mounts"
706 default y
707 depends on MOUNT || UMOUNT
708 help
709 Enabling this feature allows automatic mounting of files (containing
710 filesystem images) via the linux kernel's loopback devices.
711 The mount command will detect you are trying to mount a file instead
712 of a block device, and transparently associate the file with a
713 loopback device. The umount command will also free that loopback
714 device.
715
716 You can still use the 'losetup' utility (to manually associate files
717 with loop devices) if you need to do something advanced, such as
718 specify an offset or cryptographic options to the loopback device.
719 (If you don't want umount to free the loop device, use "umount -D".)
720
721config FEATURE_MOUNT_LOOP_CREATE
722 bool "Create new loopback devices if needed"
723 default y
724 depends on FEATURE_MOUNT_LOOP
725 help
726 Linux kernels >= 2.6.24 support unlimited loopback devices. They are
727 allocated for use when trying to use a loop device. The loop device
728 must however exist.
729
730 This feature lets mount to try to create next /dev/loopN device
731 if it does not find a free one.
732
733config FEATURE_MTAB_SUPPORT
734 bool "Support for the old /etc/mtab file"
735 default n
736 depends on MOUNT || UMOUNT
737 select FEATURE_MOUNT_FAKE
738 help
739 Historically, Unix systems kept track of the currently mounted
740 partitions in the file "/etc/mtab". These days, the kernel exports
741 the list of currently mounted partitions in "/proc/mounts", rendering
742 the old mtab file obsolete. (In modern systems, /etc/mtab should be
743 a symlink to /proc/mounts.)
744
745 The only reason to have mount maintain an /etc/mtab file itself is if
746 your stripped-down embedded system does not have a /proc directory.
747 If you must use this, keep in mind it's inherently brittle (for
748 example a mount under chroot won't update it), can't handle modern
749 features like separate per-process filesystem namespaces, requires
750 that your /etc directory be writable, tends to get easily confused
751 by --bind or --move mounts, won't update if you rename a directory
752 that contains a mount point, and so on. (In brief: avoid.)
753
754 About the only reason to use this is if you've removed /proc from
755 your kernel.
756
757config VOLUMEID
758 bool #No description makes it a hidden option
759 default n
760
761menu "Filesystem/Volume identification"
762 depends on VOLUMEID
763
764config FEATURE_VOLUMEID_EXT
765 bool "Ext filesystem"
766 default y
767 depends on VOLUMEID
768 help
769 TODO
770
771config FEATURE_VOLUMEID_BTRFS
772 bool "btrfs filesystem"
773 default y
774 depends on VOLUMEID
775 help
776 TODO
777
778config FEATURE_VOLUMEID_REISERFS
779 bool "Reiser filesystem"
780 default y
781 depends on VOLUMEID
782 help
783 TODO
784
785config FEATURE_VOLUMEID_FAT
786 bool "fat filesystem"
787 default y
788 depends on VOLUMEID
789 help
790 TODO
791
792config FEATURE_VOLUMEID_HFS
793 bool "hfs filesystem"
794 default y
795 depends on VOLUMEID
796 help
797 TODO
798
799config FEATURE_VOLUMEID_JFS
800 bool "jfs filesystem"
801 default y
802 depends on VOLUMEID
803 help
804 TODO
805
806### config FEATURE_VOLUMEID_UFS
807### bool "ufs filesystem"
808### default y
809### depends on VOLUMEID
810### help
811### TODO
812
813config FEATURE_VOLUMEID_XFS
814 bool "xfs filesystem"
815 default y
816 depends on VOLUMEID
817 help
818 TODO
819
820config FEATURE_VOLUMEID_NTFS
821 bool "ntfs filesystem"
822 default y
823 depends on VOLUMEID
824 help
825 TODO
826
827config FEATURE_VOLUMEID_ISO9660
828 bool "iso9660 filesystem"
829 default y
830 depends on VOLUMEID
831 help
832 TODO
833
834config FEATURE_VOLUMEID_UDF
835 bool "udf filesystem"
836 default y
837 depends on VOLUMEID
838 help
839 TODO
840
841config FEATURE_VOLUMEID_LUKS
842 bool "luks filesystem"
843 default y
844 depends on VOLUMEID
845 help
846 TODO
847
848config FEATURE_VOLUMEID_LINUXSWAP
849 bool "linux swap filesystem"
850 default y
851 depends on VOLUMEID
852 help
853 TODO
854
855### config FEATURE_VOLUMEID_LVM
856### bool "lvm"
857### default y
858### depends on VOLUMEID
859### help
860### TODO
861
862config FEATURE_VOLUMEID_CRAMFS
863 bool "cramfs filesystem"
864 default y
865 depends on VOLUMEID
866 help
867 TODO
868
869### config FEATURE_VOLUMEID_HPFS
870### bool "hpfs filesystem"
871### default y
872### depends on VOLUMEID
873### help
874### TODO
875
876config FEATURE_VOLUMEID_ROMFS
877 bool "romfs filesystem"
878 default y
879 depends on VOLUMEID
880 help
881 TODO
882
883config FEATURE_VOLUMEID_SYSV
884 bool "sysv filesystem"
885 default y
886 depends on VOLUMEID
887 help
888 TODO
889
890### config FEATURE_VOLUMEID_MINIX
891### bool "minix filesystem"
892### default y
893### depends on VOLUMEID
894### help
895### TODO
896
897### These only detect partition tables - not used (yet?)
898### config FEATURE_VOLUMEID_MAC
899### bool "mac filesystem"
900### default y
901### depends on VOLUMEID
902### help
903### TODO
904###
905### config FEATURE_VOLUMEID_MSDOS
906### bool "msdos filesystem"
907### default y
908### depends on VOLUMEID
909### help
910### TODO
911
912config FEATURE_VOLUMEID_OCFS2
913 bool "ocfs2 filesystem"
914 default y
915 depends on VOLUMEID
916 help
917 TODO
918
919### config FEATURE_VOLUMEID_HIGHPOINTRAID
920### bool "highpoint raid"
921### default y
922### depends on VOLUMEID
923### help
924### TODO
925
926### config FEATURE_VOLUMEID_ISWRAID
927### bool "intel raid"
928### default y
929### depends on VOLUMEID
930### help
931### TODO
932
933### config FEATURE_VOLUMEID_LSIRAID
934### bool "lsi raid"
935### default y
936### depends on VOLUMEID
937### help
938### TODO
939
940### config FEATURE_VOLUMEID_VIARAID
941### bool "via raid"
942### default y
943### depends on VOLUMEID
944### help
945### TODO
946
947### config FEATURE_VOLUMEID_SILICONRAID
948### bool "silicon raid"
949### default y
950### depends on VOLUMEID
951### help
952### TODO
953
954### config FEATURE_VOLUMEID_NVIDIARAID
955### bool "nvidia raid"
956### default y
957### depends on VOLUMEID
958### help
959### TODO
960
961### config FEATURE_VOLUMEID_PROMISERAID
962### bool "promise raid"
963### default y
964### depends on VOLUMEID
965### help
966### TODO
967
968config FEATURE_VOLUMEID_LINUXRAID
969 bool "linuxraid"
970 default y
971 depends on VOLUMEID
972 help
973 TODO
974
975endmenu
976
977endmenu
Note: See TracBrowser for help on using the repository browser.