Config.in 24 KB

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