1 # DO NOT EDIT. This file is generated from Config.src
3 # For a description of the syntax of this configuration file,
4 # see scripts/kbuild/config-language.txt.
7 menu "Linux System Utilities"
9 config BUSYBOX_CONFIG_BLOCKDEV
13 Performs some ioctls with block devices.
14 config BUSYBOX_CONFIG_REV
18 Reverse lines of a file or files.
20 config BUSYBOX_CONFIG_ACPID
23 select BUSYBOX_CONFIG_PLATFORM_LINUX
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*).
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.
34 N.B. acpid relies on run-parts so have the latter installed.
36 config BUSYBOX_CONFIG_FEATURE_ACPID_COMPAT
37 bool "Accept and ignore redundant options"
39 depends on BUSYBOX_CONFIG_ACPID
41 Accept and ignore compatibility options -g -m -s -S -v.
43 config BUSYBOX_CONFIG_BLKID
46 select BUSYBOX_CONFIG_PLATFORM_LINUX
47 select BUSYBOX_CONFIG_VOLUMEID
49 Lists labels and UUIDs of all filesystems.
51 With all submodules selected, it will add ~8k to busybox.
53 config BUSYBOX_CONFIG_FEATURE_BLKID_TYPE
54 bool "Print filesystem type"
56 depends on BUSYBOX_CONFIG_BLKID
58 Show TYPE="filesystem type"
60 config BUSYBOX_CONFIG_DMESG
63 select BUSYBOX_CONFIG_PLATFORM_LINUX
65 dmesg is used to examine or control the kernel ring buffer. When the
66 Linux kernel prints messages to the system log, they are stored in
67 the kernel ring buffer. You can use dmesg to print the kernel's ring
68 buffer, clear the kernel ring buffer, change the size of the kernel
69 ring buffer, and change the priority level at which kernel messages
70 are also logged to the system console. Enable this option if you
71 wish to enable the 'dmesg' utility.
73 config BUSYBOX_CONFIG_FEATURE_DMESG_PRETTY
74 bool "Pretty dmesg output"
76 depends on BUSYBOX_CONFIG_DMESG
78 If you wish to scrub the syslog level from the output, say 'Y' here.
79 The syslog level is a string prefixed to every line with the form
82 With this option you will see:
84 Linux version 2.6.17.4 .....
85 BIOS-provided physical RAM map:
86 BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
88 Without this option you will see:
90 <5>Linux version 2.6.17.4 .....
91 <6>BIOS-provided physical RAM map:
92 <6> BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
94 config BUSYBOX_CONFIG_FBSET
97 select BUSYBOX_CONFIG_PLATFORM_LINUX
99 fbset is used to show or change the settings of a Linux frame buffer
100 device. The frame buffer device provides a simple and unique
101 interface to access a graphics display. Enable this option
102 if you wish to enable the 'fbset' utility.
104 config BUSYBOX_CONFIG_FEATURE_FBSET_FANCY
105 bool "Turn on extra fbset options"
107 depends on BUSYBOX_CONFIG_FBSET
109 This option enables extended fbset options, allowing one to set the
110 framebuffer size, color depth, etc. interface to access a graphics
111 display. Enable this option if you wish to enable extended fbset
114 config BUSYBOX_CONFIG_FEATURE_FBSET_READMODE
115 bool "Turn on fbset readmode support"
117 depends on BUSYBOX_CONFIG_FBSET
119 This option allows fbset to read the video mode database stored by
120 default n /etc/fb.modes, which can be used to set frame buffer
121 device to pre-defined video modes.
123 config BUSYBOX_CONFIG_FDFLUSH
126 select BUSYBOX_CONFIG_PLATFORM_LINUX
128 fdflush is only needed when changing media on slightly-broken
129 removable media drives. It is used to make Linux believe that a
130 hardware disk-change switch has been actuated, which causes Linux to
131 forget anything it has cached from the previous media. If you have
132 such a slightly-broken drive, you will need to run fdflush every time
133 you change a disk. Most people have working hardware and can safely
136 config BUSYBOX_CONFIG_FDFORMAT
139 select BUSYBOX_CONFIG_PLATFORM_LINUX
141 fdformat is used to low-level format a floppy disk.
143 config BUSYBOX_CONFIG_FDISK
146 select BUSYBOX_CONFIG_PLATFORM_LINUX
148 The fdisk utility is used to divide hard disks into one or more
149 logical disks, which are generally called partitions. This utility
150 can be used to list and edit the set of partitions or BSD style
151 'disk slices' that are defined on a hard drive.
153 config BUSYBOX_CONFIG_FDISK_SUPPORT_LARGE_DISKS
154 bool "Support over 4GB disks"
156 depends on BUSYBOX_CONFIG_FDISK
157 depends on !BUSYBOX_CONFIG_LFS # with LFS no special code is needed
159 Enable this option to support large disks > 4GB.
161 config BUSYBOX_CONFIG_FEATURE_FDISK_WRITABLE
164 depends on BUSYBOX_CONFIG_FDISK
166 Enabling this option allows you to create or change a partition table
167 and write those changes out to disk. If you leave this option
168 disabled, you will only be able to view the partition table.
170 config BUSYBOX_CONFIG_FEATURE_AIX_LABEL
171 bool "Support AIX disklabels"
173 depends on BUSYBOX_CONFIG_FDISK && BUSYBOX_CONFIG_FEATURE_FDISK_WRITABLE
175 Enabling this option allows you to create or change AIX disklabels.
176 Most people can safely leave this option disabled.
178 config BUSYBOX_CONFIG_FEATURE_SGI_LABEL
179 bool "Support SGI disklabels"
181 depends on BUSYBOX_CONFIG_FDISK && BUSYBOX_CONFIG_FEATURE_FDISK_WRITABLE
183 Enabling this option allows you to create or change SGI disklabels.
184 Most people can safely leave this option disabled.
186 config BUSYBOX_CONFIG_FEATURE_SUN_LABEL
187 bool "Support SUN disklabels"
189 depends on BUSYBOX_CONFIG_FDISK && BUSYBOX_CONFIG_FEATURE_FDISK_WRITABLE
191 Enabling this option allows you to create or change SUN disklabels.
192 Most people can safely leave this option disabled.
194 config BUSYBOX_CONFIG_FEATURE_OSF_LABEL
195 bool "Support BSD disklabels"
197 depends on BUSYBOX_CONFIG_FDISK && BUSYBOX_CONFIG_FEATURE_FDISK_WRITABLE
199 Enabling this option allows you to create or change BSD disklabels
200 and define and edit BSD disk slices.
202 config BUSYBOX_CONFIG_FEATURE_GPT_LABEL
203 bool "Support GPT disklabels"
205 depends on BUSYBOX_CONFIG_FDISK && BUSYBOX_CONFIG_FEATURE_FDISK_WRITABLE
207 Enabling this option allows you to view GUID Partition Table
210 config BUSYBOX_CONFIG_FEATURE_FDISK_ADVANCED
211 bool "Support expert mode"
213 depends on BUSYBOX_CONFIG_FDISK && BUSYBOX_CONFIG_FEATURE_FDISK_WRITABLE
215 Enabling this option allows you to do terribly unsafe things like
216 define arbitrary drive geometry, move the beginning of data in a
217 partition, and similarly evil things. Unless you have a very good
218 reason you would be wise to leave this disabled.
220 config BUSYBOX_CONFIG_FINDFS
223 select BUSYBOX_CONFIG_PLATFORM_LINUX
224 select BUSYBOX_CONFIG_VOLUMEID
226 Prints the name of a filesystem with given label or UUID.
228 With all submodules selected, it will add ~8k to busybox.
230 config BUSYBOX_CONFIG_FLOCK
234 Manage locks from shell scripts
236 config BUSYBOX_CONFIG_FREERAMDISK
239 select BUSYBOX_CONFIG_PLATFORM_LINUX
241 Linux allows you to create ramdisks. This utility allows you to
242 delete them and completely free all memory that was used for the
243 ramdisk. For example, if you boot Linux into a ramdisk and later
244 pivot_root, you may want to free the memory that is allocated to the
245 ramdisk. If you have no use for freeing memory from a ramdisk, leave
248 config BUSYBOX_CONFIG_FSCK_MINIX
252 The minix filesystem is a nice, small, compact, read-write filesystem
253 with little overhead. It is not a journaling filesystem however and
254 can experience corruption if it is not properly unmounted or if the
255 power goes off in the middle of a write. This utility allows you to
256 check for and attempt to repair any corruption that occurs to a minix
259 config BUSYBOX_CONFIG_MKFS_EXT2
262 select BUSYBOX_CONFIG_PLATFORM_LINUX
264 Utility to create EXT2 filesystems.
266 config BUSYBOX_CONFIG_MKFS_MINIX
269 select BUSYBOX_CONFIG_PLATFORM_LINUX
271 The minix filesystem is a nice, small, compact, read-write filesystem
272 with little overhead. If you wish to be able to create minix
273 filesystems this utility will do the job for you.
275 config BUSYBOX_CONFIG_FEATURE_MINIX2
276 bool "Support Minix fs v2 (fsck_minix/mkfs_minix)"
278 depends on BUSYBOX_CONFIG_FSCK_MINIX || BUSYBOX_CONFIG_MKFS_MINIX
280 If you wish to be able to create version 2 minix filesystems, enable
281 this. If you enabled 'mkfs_minix' then you almost certainly want to
282 be using the version 2 filesystem support.
284 config BUSYBOX_CONFIG_MKFS_REISER
287 select BUSYBOX_CONFIG_PLATFORM_LINUX
289 Utility to create ReiserFS filesystems.
290 Note: this applet needs a lot of testing and polishing.
292 config BUSYBOX_CONFIG_MKFS_VFAT
295 select BUSYBOX_CONFIG_PLATFORM_LINUX
297 Utility to create FAT32 filesystems.
299 config BUSYBOX_CONFIG_GETOPT
303 The getopt utility is used to break up (parse) options in command
304 lines to make it easy to write complex shell scripts that also check
305 for legal (and illegal) options. If you want to write horribly
306 complex shell scripts, or use some horribly complex shell script
307 written by others, this utility may be for you. Most people will
308 wisely leave this disabled.
310 config BUSYBOX_CONFIG_FEATURE_GETOPT_LONG
311 bool "Support option -l"
312 default n if BUSYBOX_CONFIG_LONG_OPTS
313 depends on BUSYBOX_CONFIG_GETOPT
315 Enable support for long options (option -l).
317 config BUSYBOX_CONFIG_HEXDUMP
321 The hexdump utility is used to display binary data in a readable
322 way that is comparable to the output from most hex editors.
324 config BUSYBOX_CONFIG_FEATURE_HEXDUMP_REVERSE
325 bool "Support -R, reverse of 'hexdump -Cv'"
327 depends on BUSYBOX_CONFIG_HEXDUMP
329 The hexdump utility is used to display binary data in an ascii
330 readable way. This option creates binary data from an ascii input.
331 NB: this option is non-standard. It's unwise to use it in scripts
332 aimed to be portable.
334 config BUSYBOX_CONFIG_HD
337 depends on BUSYBOX_CONFIG_HEXDUMP
339 hd is an alias to hexdump -C.
341 config BUSYBOX_CONFIG_HWCLOCK
344 select BUSYBOX_CONFIG_PLATFORM_LINUX
346 The hwclock utility is used to read and set the hardware clock
347 on a system. This is primarily used to set the current time on
348 shutdown in the hardware clock, so the hardware will keep the
349 correct time when Linux is _not_ running.
351 config BUSYBOX_CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS
352 bool "Support long options (--hctosys,...)"
354 depends on BUSYBOX_CONFIG_HWCLOCK && BUSYBOX_CONFIG_LONG_OPTS
356 By default, the hwclock utility only uses short options. If you
357 are overly fond of its long options, such as --hctosys, --utc, etc)
358 then enable this option.
360 config BUSYBOX_CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS
361 bool "Use FHS /var/lib/hwclock/adjtime"
362 default n # util-linux-ng in Fedora 13 still uses /etc/adjtime
363 depends on BUSYBOX_CONFIG_HWCLOCK
365 Starting with FHS 2.3, the adjtime state file is supposed to exist
366 at /var/lib/hwclock/adjtime instead of /etc/adjtime. If you wish
367 to use the FHS behavior, answer Y here, otherwise answer N for the
368 classic /etc/adjtime path.
370 pathname.com/fhs/pub/fhs-2.3.html#VARLIBHWCLOCKSTATEDIRECTORYFORHWCLO
372 config BUSYBOX_CONFIG_IPCRM
376 The ipcrm utility allows the removal of System V interprocess
377 communication (IPC) objects and the associated data structures
380 config BUSYBOX_CONFIG_IPCS
383 select BUSYBOX_CONFIG_PLATFORM_LINUX
385 The ipcs utility is used to provide information on the currently
386 allocated System V interprocess (IPC) objects in the system.
388 config BUSYBOX_CONFIG_LOSETUP
391 select BUSYBOX_CONFIG_PLATFORM_LINUX
393 losetup is used to associate or detach a loop device with a regular
394 file or block device, and to query the status of a loop device. This
395 version does not currently support enabling data encryption.
397 config BUSYBOX_CONFIG_LSPCI
400 #select PLATFORM_LINUX
402 lspci is a utility for displaying information about PCI buses in the
403 system and devices connected to them.
405 This version uses sysfs (/sys/bus/pci/devices) only.
407 config BUSYBOX_CONFIG_LSUSB
410 #select PLATFORM_LINUX
412 lsusb is a utility for displaying information about USB buses in the
413 system and devices connected to them.
415 This version uses sysfs (/sys/bus/usb/devices) only.
417 config BUSYBOX_CONFIG_MDEV
420 select BUSYBOX_CONFIG_PLATFORM_LINUX
422 mdev is a mini-udev implementation for dynamically creating device
423 nodes in the /dev directory.
425 For more information, please see docs/mdev.txt
427 config BUSYBOX_CONFIG_FEATURE_MDEV_CONF
428 bool "Support /etc/mdev.conf"
430 depends on BUSYBOX_CONFIG_MDEV
432 Add support for the mdev config file to control ownership and
433 permissions of the device nodes.
435 For more information, please see docs/mdev.txt
437 config BUSYBOX_CONFIG_FEATURE_MDEV_RENAME
438 bool "Support subdirs/symlinks"
440 depends on BUSYBOX_CONFIG_FEATURE_MDEV_CONF
442 Add support for renaming devices and creating symlinks.
444 For more information, please see docs/mdev.txt
446 config BUSYBOX_CONFIG_FEATURE_MDEV_RENAME_REGEXP
447 bool "Support regular expressions substitutions when renaming device"
449 depends on BUSYBOX_CONFIG_FEATURE_MDEV_RENAME
451 Add support for regular expressions substitutions when renaming
454 config BUSYBOX_CONFIG_FEATURE_MDEV_EXEC
455 bool "Support command execution at device addition/removal"
457 depends on BUSYBOX_CONFIG_FEATURE_MDEV_CONF
459 This adds support for an optional field to /etc/mdev.conf for
460 executing commands when devices are created/removed.
462 For more information, please see docs/mdev.txt
464 config BUSYBOX_CONFIG_FEATURE_MDEV_LOAD_FIRMWARE
465 bool "Support loading of firmwares"
467 depends on BUSYBOX_CONFIG_MDEV
469 Some devices need to load firmware before they can be usable.
471 These devices will request userspace look up the files in
472 /lib/firmware/ and if it exists, send it to the kernel for
473 loading into the hardware.
475 config BUSYBOX_CONFIG_MKSWAP
479 The mkswap utility is used to configure a file or disk partition as
480 Linux swap space. This allows Linux to use the entire file or
481 partition as if it were additional RAM, which can greatly increase
482 the capability of low-memory machines. This additional memory is
483 much slower than real RAM, but can be very helpful at preventing your
484 applications being killed by the Linux out of memory (OOM) killer.
485 Once you have created swap space using 'mkswap' you need to enable
486 the swap space using the 'swapon' utility.
488 config BUSYBOX_CONFIG_FEATURE_MKSWAP_UUID
491 depends on BUSYBOX_CONFIG_MKSWAP
493 Generate swap spaces with universally unique identifiers.
495 config BUSYBOX_CONFIG_MORE
499 more is a simple utility which allows you to read text one screen
500 sized page at a time. If you want to read text that is larger than
501 the screen, and you are using anything faster than a 300 baud modem,
502 you will probably find this utility very helpful. If you don't have
503 any need to reading text files, you can leave this disabled.
505 config BUSYBOX_CONFIG_MOUNT
508 select BUSYBOX_CONFIG_PLATFORM_LINUX
510 All files and filesystems in Unix are arranged into one big directory
511 tree. The 'mount' utility is used to graft a filesystem onto a
512 particular part of the tree. A filesystem can either live on a block
513 device, or it can be accessible over the network, as is the case with
514 NFS filesystems. Most people using BusyBox will also want to enable
517 config BUSYBOX_CONFIG_FEATURE_MOUNT_FAKE
518 bool "Support option -f"
520 depends on BUSYBOX_CONFIG_MOUNT
522 Enable support for faking a file system mount.
524 config BUSYBOX_CONFIG_FEATURE_MOUNT_VERBOSE
525 bool "Support option -v"
527 depends on BUSYBOX_CONFIG_MOUNT
529 Enable multi-level -v[vv...] verbose messages. Useful if you
530 debug mount problems and want to see what is exactly passed
533 config BUSYBOX_CONFIG_FEATURE_MOUNT_HELPERS
534 bool "Support mount helpers"
536 depends on BUSYBOX_CONFIG_MOUNT
538 Enable mounting of virtual file systems via external helpers.
539 E.g. "mount obexfs#-b00.11.22.33.44.55 /mnt" will in effect call
540 "obexfs -b00.11.22.33.44.55 /mnt"
541 Also "mount -t sometype [-o opts] fs /mnt" will try
542 "sometype [-o opts] fs /mnt" if simple mount syscall fails.
543 The idea is to use such virtual filesystems in /etc/fstab.
545 config BUSYBOX_CONFIG_FEATURE_MOUNT_LABEL
546 bool "Support specifying devices by label or UUID"
548 depends on BUSYBOX_CONFIG_MOUNT
549 select BUSYBOX_CONFIG_VOLUMEID
551 This allows for specifying a device by label or uuid, rather than by
552 name. This feature utilizes the same functionality as blkid/findfs.
553 This also enables label or uuid support for swapon.
555 config BUSYBOX_CONFIG_FEATURE_MOUNT_NFS
556 bool "Support mounting NFS file systems"
558 depends on BUSYBOX_CONFIG_MOUNT
559 select BUSYBOX_CONFIG_FEATURE_HAVE_RPC
560 select BUSYBOX_CONFIG_FEATURE_SYSLOG
562 Enable mounting of NFS file systems.
564 config BUSYBOX_CONFIG_FEATURE_MOUNT_CIFS
565 bool "Support mounting CIFS/SMB file systems"
567 depends on BUSYBOX_CONFIG_MOUNT
569 Enable support for samba mounts.
571 config BUSYBOX_CONFIG_FEATURE_MOUNT_FLAGS
572 depends on BUSYBOX_CONFIG_MOUNT
573 bool "Support lots of -o flags in mount"
576 Without this, mount only supports ro/rw/remount. With this, it
577 supports nosuid, suid, dev, nodev, exec, noexec, sync, async, atime,
578 noatime, diratime, nodiratime, loud, bind, move, shared, slave,
579 private, unbindable, rshared, rslave, rprivate, and runbindable.
581 config BUSYBOX_CONFIG_FEATURE_MOUNT_FSTAB
582 depends on BUSYBOX_CONFIG_MOUNT
583 bool "Support /etc/fstab and -a"
586 Support mount all and looking for files in /etc/fstab.
588 config BUSYBOX_CONFIG_PIVOT_ROOT
591 select BUSYBOX_CONFIG_PLATFORM_LINUX
593 The pivot_root utility swaps the mount points for the root filesystem
594 with some other mounted filesystem. This allows you to do all sorts
595 of wild and crazy things with your Linux system and is far more
596 powerful than 'chroot'.
598 Note: This is for initrd in linux 2.4. Under initramfs (introduced
599 in linux 2.6) use switch_root instead.
601 config BUSYBOX_CONFIG_RDATE
605 The rdate utility allows you to synchronize the date and time of your
606 system clock with the date and time of a remote networked system using
607 the RFC868 protocol, which is built into the inetd daemon on most
610 config BUSYBOX_CONFIG_RDEV
614 Print the device node associated with the filesystem mounted at '/'.
616 config BUSYBOX_CONFIG_READPROFILE
619 #select PLATFORM_LINUX
621 This allows you to parse /proc/profile for basic profiling.
623 config BUSYBOX_CONFIG_RTCWAKE
626 select BUSYBOX_CONFIG_PLATFORM_LINUX
628 Enter a system sleep state until specified wakeup time.
630 config BUSYBOX_CONFIG_SCRIPT
634 The script makes typescript of terminal session.
636 config BUSYBOX_CONFIG_SCRIPTREPLAY
640 This program replays a typescript, using timing information
643 config BUSYBOX_CONFIG_SETARCH
646 select BUSYBOX_CONFIG_PLATFORM_LINUX
648 The linux32 utility is used to create a 32bit environment for the
649 specified program (usually a shell). It only makes sense to have
650 this util on a system that supports both 64bit and 32bit userland
651 (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...).
653 config BUSYBOX_CONFIG_SWAPONOFF
656 select BUSYBOX_CONFIG_PLATFORM_LINUX
658 This option enables both the 'swapon' and the 'swapoff' utilities.
659 Once you have created some swap space using 'mkswap', you also need
660 to enable your swap space with the 'swapon' utility. The 'swapoff'
661 utility is used, typically at system shutdown, to disable any swap
662 space. If you are not using any swap space, you can leave this
665 config BUSYBOX_CONFIG_FEATURE_SWAPON_PRI
666 bool "Support priority option -p"
668 depends on BUSYBOX_CONFIG_SWAPONOFF
670 Enable support for setting swap device priority in swapon.
672 config BUSYBOX_CONFIG_SWITCH_ROOT
675 select BUSYBOX_CONFIG_PLATFORM_LINUX
677 The switch_root utility is used from initramfs to select a new
678 root device. Under initramfs, you have to use this instead of
679 pivot_root. (Stop reading here if you don't care why.)
681 Booting with initramfs extracts a gzipped cpio archive into rootfs
682 (which is a variant of ramfs/tmpfs). Because rootfs can't be moved
683 or unmounted*, pivot_root will not work from initramfs. Instead,
684 switch_root deletes everything out of rootfs (including itself),
685 does a mount --move that overmounts rootfs with the new root, and
686 then execs the specified init program.
688 * Because the Linux kernel uses rootfs internally as the starting
689 and ending point for searching through the kernel's doubly linked
690 list of active mount points. That's why.
692 config BUSYBOX_CONFIG_UMOUNT
695 select BUSYBOX_CONFIG_PLATFORM_LINUX
697 When you want to remove a mounted filesystem from its current mount
698 point, for example when you are shutting down the system, the
699 'umount' utility is the tool to use. If you enabled the 'mount'
700 utility, you almost certainly also want to enable 'umount'.
702 config BUSYBOX_CONFIG_FEATURE_UMOUNT_ALL
703 bool "Support option -a"
705 depends on BUSYBOX_CONFIG_UMOUNT
707 Support -a option to unmount all currently mounted filesystems.
709 comment "Common options for mount/umount"
710 depends on BUSYBOX_CONFIG_MOUNT || BUSYBOX_CONFIG_UMOUNT
712 config BUSYBOX_CONFIG_FEATURE_MOUNT_LOOP
713 bool "Support loopback mounts"
715 depends on BUSYBOX_CONFIG_MOUNT || BUSYBOX_CONFIG_UMOUNT
717 Enabling this feature allows automatic mounting of files (containing
718 filesystem images) via the linux kernel's loopback devices.
719 The mount command will detect you are trying to mount a file instead
720 of a block device, and transparently associate the file with a
721 loopback device. The umount command will also free that loopback
724 You can still use the 'losetup' utility (to manually associate files
725 with loop devices) if you need to do something advanced, such as
726 specify an offset or cryptographic options to the loopback device.
727 (If you don't want umount to free the loop device, use "umount -D".)
729 config BUSYBOX_CONFIG_FEATURE_MOUNT_LOOP_CREATE
730 bool "Create new loopback devices if needed"
732 depends on BUSYBOX_CONFIG_FEATURE_MOUNT_LOOP
734 Linux kernels >= 2.6.24 support unlimited loopback devices. They are
735 allocated for use when trying to use a loop device. The loop device
738 This feature lets mount to try to create next /dev/loopN device
739 if it does not find a free one.
741 config BUSYBOX_CONFIG_FEATURE_MTAB_SUPPORT
742 bool "Support for the old /etc/mtab file"
744 depends on BUSYBOX_CONFIG_MOUNT || BUSYBOX_CONFIG_UMOUNT
745 select BUSYBOX_CONFIG_FEATURE_MOUNT_FAKE
747 Historically, Unix systems kept track of the currently mounted
748 partitions in the file "/etc/mtab". These days, the kernel exports
749 the list of currently mounted partitions in "/proc/mounts", rendering
750 the old mtab file obsolete. (In modern systems, /etc/mtab should be
751 a symlink to /proc/mounts.)
753 The only reason to have mount maintain an /etc/mtab file itself is if
754 your stripped-down embedded system does not have a /proc directory.
755 If you must use this, keep in mind it's inherently brittle (for
756 example a mount under chroot won't update it), can't handle modern
757 features like separate per-process filesystem namespaces, requires
758 that your /etc directory be writable, tends to get easily confused
759 by --bind or --move mounts, won't update if you rename a directory
760 that contains a mount point, and so on. (In brief: avoid.)
762 About the only reason to use this is if you've removed /proc from
765 config BUSYBOX_CONFIG_VOLUMEID
766 bool #No description makes it a hidden option
769 menu "Filesystem/Volume identification"
770 depends on BUSYBOX_CONFIG_VOLUMEID
772 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_EXT
773 bool "Ext filesystem"
775 depends on BUSYBOX_CONFIG_VOLUMEID
779 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_BTRFS
780 bool "btrfs filesystem"
782 depends on BUSYBOX_CONFIG_VOLUMEID
786 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_REISERFS
787 bool "Reiser filesystem"
789 depends on BUSYBOX_CONFIG_VOLUMEID
793 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_FAT
794 bool "fat filesystem"
796 depends on BUSYBOX_CONFIG_VOLUMEID
800 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_HFS
801 bool "hfs filesystem"
803 depends on BUSYBOX_CONFIG_VOLUMEID
807 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_JFS
808 bool "jfs filesystem"
810 depends on BUSYBOX_CONFIG_VOLUMEID
814 ### config FEATURE_VOLUMEID_UFS
815 ### bool "ufs filesystem"
817 ### depends on VOLUMEID
821 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_XFS
822 bool "xfs filesystem"
824 depends on BUSYBOX_CONFIG_VOLUMEID
828 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_NTFS
829 bool "ntfs filesystem"
831 depends on BUSYBOX_CONFIG_VOLUMEID
835 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_ISO9660
836 bool "iso9660 filesystem"
838 depends on BUSYBOX_CONFIG_VOLUMEID
842 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_UDF
843 bool "udf filesystem"
845 depends on BUSYBOX_CONFIG_VOLUMEID
849 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_LUKS
850 bool "luks filesystem"
852 depends on BUSYBOX_CONFIG_VOLUMEID
856 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_LINUXSWAP
857 bool "linux swap filesystem"
859 depends on BUSYBOX_CONFIG_VOLUMEID
863 ### config FEATURE_VOLUMEID_LVM
866 ### depends on VOLUMEID
870 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_CRAMFS
871 bool "cramfs filesystem"
873 depends on BUSYBOX_CONFIG_VOLUMEID
877 ### config FEATURE_VOLUMEID_HPFS
878 ### bool "hpfs filesystem"
880 ### depends on VOLUMEID
884 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_ROMFS
885 bool "romfs filesystem"
887 depends on BUSYBOX_CONFIG_VOLUMEID
891 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_SYSV
892 bool "sysv filesystem"
894 depends on BUSYBOX_CONFIG_VOLUMEID
898 ### config FEATURE_VOLUMEID_MINIX
899 ### bool "minix filesystem"
901 ### depends on VOLUMEID
905 ### These only detect partition tables - not used (yet?)
906 ### config FEATURE_VOLUMEID_MAC
907 ### bool "mac filesystem"
909 ### depends on VOLUMEID
913 ### config FEATURE_VOLUMEID_MSDOS
914 ### bool "msdos filesystem"
916 ### depends on VOLUMEID
920 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_OCFS2
921 bool "ocfs2 filesystem"
923 depends on BUSYBOX_CONFIG_VOLUMEID
927 ### config FEATURE_VOLUMEID_HIGHPOINTRAID
928 ### bool "highpoint raid"
930 ### depends on VOLUMEID
934 ### config FEATURE_VOLUMEID_ISWRAID
935 ### bool "intel raid"
937 ### depends on VOLUMEID
941 ### config FEATURE_VOLUMEID_LSIRAID
944 ### depends on VOLUMEID
948 ### config FEATURE_VOLUMEID_VIARAID
951 ### depends on VOLUMEID
955 ### config FEATURE_VOLUMEID_SILICONRAID
956 ### bool "silicon raid"
958 ### depends on VOLUMEID
962 ### config FEATURE_VOLUMEID_NVIDIARAID
963 ### bool "nvidia raid"
965 ### depends on VOLUMEID
969 ### config FEATURE_VOLUMEID_PROMISERAID
970 ### bool "promise raid"
972 ### depends on VOLUMEID
976 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_LINUXRAID
979 depends on BUSYBOX_CONFIG_VOLUMEID