3
0

Config.in 25 KB

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