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