Config.in 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007
  1. # DO NOT EDIT. This file is generated from Config.src
  2. #
  3. # For a description of the syntax of this configuration file,
  4. # see docs/Kconfig-language.txt.
  5. #
  6. menu "Linux System Utilities"
  7. config BUSYBOX_ACPID
  8. bool "acpid (9 kb)"
  9. default y
  10. select BUSYBOX_PLATFORM_LINUX
  11. help
  12. acpid listens to ACPI events coming either in textual form from
  13. /proc/acpi/event (though it is marked deprecated it is still widely
  14. used and _is_ a standard) or in binary form from specified evdevs
  15. (just use /dev/input/event*).
  16. It parses the event to retrieve ACTION and a possible PARAMETER.
  17. It then spawns /etc/acpi/<ACTION>[/<PARAMETER>] either via run-parts
  18. (if the resulting path is a directory) or directly as an executable.
  19. N.B. acpid relies on run-parts so have the latter installed.
  20. config BUSYBOX_FEATURE_ACPID_COMPAT
  21. bool "Accept and ignore redundant options"
  22. default y
  23. depends on BUSYBOX_ACPID
  24. help
  25. Accept and ignore compatibility options -g -m -s -S -v.
  26. config BUSYBOX_BLKDISCARD
  27. bool "blkdiscard (4.3 kb)"
  28. default y
  29. select BUSYBOX_PLATFORM_LINUX
  30. help
  31. blkdiscard discards sectors on a given device.
  32. config BUSYBOX_BLKID
  33. bool "blkid (12 kb)"
  34. default y
  35. select BUSYBOX_PLATFORM_LINUX
  36. select BUSYBOX_VOLUMEID
  37. help
  38. Lists labels and UUIDs of all filesystems.
  39. config BUSYBOX_FEATURE_BLKID_TYPE
  40. bool "Print filesystem type"
  41. default y
  42. depends on BUSYBOX_BLKID
  43. help
  44. Show TYPE="filesystem type"
  45. config BUSYBOX_BLOCKDEV
  46. bool "blockdev (2.3 kb)"
  47. default y
  48. help
  49. Performs some ioctls with block devices.
  50. config BUSYBOX_CAL
  51. bool "cal (5.8 kb)"
  52. default y
  53. help
  54. cal is used to display a monthly calendar.
  55. config BUSYBOX_CHRT
  56. bool "chrt (4.7 kb)"
  57. default y
  58. help
  59. Manipulate real-time attributes of a process.
  60. This requires sched_{g,s}etparam support in your libc.
  61. config BUSYBOX_DMESG
  62. bool "dmesg (3.7 kb)"
  63. default y
  64. select BUSYBOX_PLATFORM_LINUX
  65. help
  66. dmesg is used to examine or control the kernel ring buffer. When the
  67. Linux kernel prints messages to the system log, they are stored in
  68. the kernel ring buffer. You can use dmesg to print the kernel's ring
  69. buffer, clear the kernel ring buffer, change the size of the kernel
  70. ring buffer, and change the priority level at which kernel messages
  71. are also logged to the system console. Enable this option if you
  72. wish to enable the 'dmesg' utility.
  73. config BUSYBOX_FEATURE_DMESG_PRETTY
  74. bool "Pretty output"
  75. default y
  76. depends on BUSYBOX_DMESG
  77. help
  78. If you wish to scrub the syslog level from the output, say 'Y' here.
  79. The syslog level is a string prefixed to every line with the form
  80. "<#>".
  81. With this option you will see:
  82. # dmesg
  83. Linux version 2.6.17.4 .....
  84. BIOS-provided physical RAM map:
  85. BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
  86. Without this option you will see:
  87. # dmesg
  88. <5>Linux version 2.6.17.4 .....
  89. <6>BIOS-provided physical RAM map:
  90. <6> BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
  91. config BUSYBOX_EJECT
  92. bool "eject (4 kb)"
  93. default y
  94. select BUSYBOX_PLATFORM_LINUX
  95. help
  96. Used to eject cdroms. (defaults to /dev/cdrom)
  97. config BUSYBOX_FEATURE_EJECT_SCSI
  98. bool "SCSI support"
  99. default y
  100. depends on BUSYBOX_EJECT
  101. help
  102. Add the -s option to eject, this allows to eject SCSI-Devices and
  103. usb-storage devices.
  104. config BUSYBOX_FALLOCATE
  105. bool "fallocate (4.1 kb)"
  106. default y
  107. help
  108. Preallocate space for files.
  109. config BUSYBOX_FATATTR
  110. bool "fatattr (1.9 kb)"
  111. default y
  112. select BUSYBOX_PLATFORM_LINUX
  113. help
  114. fatattr lists or changes the file attributes on a fat file system.
  115. config BUSYBOX_FBSET
  116. bool "fbset (5.9 kb)"
  117. default y
  118. select BUSYBOX_PLATFORM_LINUX
  119. help
  120. fbset is used to show or change the settings of a Linux frame buffer
  121. device. The frame buffer device provides a simple and unique
  122. interface to access a graphics display. Enable this option
  123. if you wish to enable the 'fbset' utility.
  124. config BUSYBOX_FEATURE_FBSET_FANCY
  125. bool "Enable extra options"
  126. default y
  127. depends on BUSYBOX_FBSET
  128. help
  129. This option enables extended fbset options, allowing one to set the
  130. framebuffer size, color depth, etc. interface to access a graphics
  131. display. Enable this option if you wish to enable extended fbset
  132. options.
  133. config BUSYBOX_FEATURE_FBSET_READMODE
  134. bool "Enable readmode support"
  135. default y
  136. depends on BUSYBOX_FBSET
  137. help
  138. This option allows fbset to read the video mode database stored by
  139. default as /etc/fb.modes, which can be used to set frame buffer
  140. device to pre-defined video modes.
  141. config BUSYBOX_FDFORMAT
  142. bool "fdformat (4.4 kb)"
  143. default y
  144. select BUSYBOX_PLATFORM_LINUX
  145. help
  146. fdformat is used to low-level format a floppy disk.
  147. config BUSYBOX_FDISK
  148. bool "fdisk (37 kb)"
  149. default y
  150. select BUSYBOX_PLATFORM_LINUX
  151. help
  152. The fdisk utility is used to divide hard disks into one or more
  153. logical disks, which are generally called partitions. This utility
  154. can be used to list and edit the set of partitions or BSD style
  155. 'disk slices' that are defined on a hard drive.
  156. config BUSYBOX_FDISK_SUPPORT_LARGE_DISKS
  157. bool "Support over 4GB disks"
  158. default y
  159. depends on BUSYBOX_FDISK
  160. depends on !BUSYBOX_LFS # with BUSYBOX_LFS no special code is needed
  161. config BUSYBOX_FEATURE_FDISK_WRITABLE
  162. bool "Write support"
  163. default y
  164. depends on BUSYBOX_FDISK
  165. help
  166. Enabling this option allows you to create or change a partition table
  167. and write those changes out to disk. If you leave this option
  168. disabled, you will only be able to view the partition table.
  169. config BUSYBOX_FEATURE_AIX_LABEL
  170. bool "Support AIX disklabels"
  171. default n
  172. depends on BUSYBOX_FDISK && BUSYBOX_FEATURE_FDISK_WRITABLE
  173. help
  174. Enabling this option allows you to create or change AIX disklabels.
  175. Most people can safely leave this option disabled.
  176. config BUSYBOX_FEATURE_SGI_LABEL
  177. bool "Support SGI disklabels"
  178. default n
  179. depends on BUSYBOX_FDISK && BUSYBOX_FEATURE_FDISK_WRITABLE
  180. help
  181. Enabling this option allows you to create or change SGI disklabels.
  182. Most people can safely leave this option disabled.
  183. config BUSYBOX_FEATURE_SUN_LABEL
  184. bool "Support SUN disklabels"
  185. default n
  186. depends on BUSYBOX_FDISK && BUSYBOX_FEATURE_FDISK_WRITABLE
  187. help
  188. Enabling this option allows you to create or change SUN disklabels.
  189. Most people can safely leave this option disabled.
  190. config BUSYBOX_FEATURE_OSF_LABEL
  191. bool "Support BSD disklabels"
  192. default n
  193. depends on BUSYBOX_FDISK && BUSYBOX_FEATURE_FDISK_WRITABLE
  194. help
  195. Enabling this option allows you to create or change BSD disklabels
  196. and define and edit BSD disk slices.
  197. config BUSYBOX_FEATURE_GPT_LABEL
  198. bool "Support GPT disklabels"
  199. default n
  200. depends on BUSYBOX_FDISK && BUSYBOX_FEATURE_FDISK_WRITABLE
  201. help
  202. Enabling this option allows you to view GUID Partition Table
  203. disklabels.
  204. config BUSYBOX_FEATURE_FDISK_ADVANCED
  205. bool "Support expert mode"
  206. default y
  207. depends on BUSYBOX_FDISK && BUSYBOX_FEATURE_FDISK_WRITABLE
  208. help
  209. Enabling this option allows you to do terribly unsafe things like
  210. define arbitrary drive geometry, move the beginning of data in a
  211. partition, and similarly evil things. Unless you have a very good
  212. reason you would be wise to leave this disabled.
  213. config BUSYBOX_FINDFS
  214. bool "findfs (12 kb)"
  215. default y
  216. select BUSYBOX_PLATFORM_LINUX
  217. select BUSYBOX_VOLUMEID
  218. help
  219. Prints the name of a filesystem with given label or UUID.
  220. config BUSYBOX_FLOCK
  221. bool "flock (6.3 kb)"
  222. default y
  223. help
  224. Manage locks from shell scripts
  225. config BUSYBOX_FDFLUSH
  226. bool "fdflush (1.3 kb)"
  227. default y
  228. select BUSYBOX_PLATFORM_LINUX
  229. help
  230. fdflush is only needed when changing media on slightly-broken
  231. removable media drives. It is used to make Linux believe that a
  232. hardware disk-change switch has been actuated, which causes Linux to
  233. forget anything it has cached from the previous media. If you have
  234. such a slightly-broken drive, you will need to run fdflush every time
  235. you change a disk. Most people have working hardware and can safely
  236. leave this disabled.
  237. config BUSYBOX_FREERAMDISK
  238. bool "freeramdisk (1.3 kb)"
  239. default y
  240. select BUSYBOX_PLATFORM_LINUX
  241. help
  242. Linux allows you to create ramdisks. This utility allows you to
  243. delete them and completely free all memory that was used for the
  244. ramdisk. For example, if you boot Linux into a ramdisk and later
  245. pivot_root, you may want to free the memory that is allocated to the
  246. ramdisk. If you have no use for freeing memory from a ramdisk, leave
  247. this disabled.
  248. config BUSYBOX_FSCK_MINIX
  249. bool "fsck.minix (13 kb)"
  250. default y
  251. help
  252. The minix filesystem is a nice, small, compact, read-write filesystem
  253. with little overhead. It is not a journaling filesystem however and
  254. can experience corruption if it is not properly unmounted or if the
  255. power goes off in the middle of a write. This utility allows you to
  256. check for and attempt to repair any corruption that occurs to a minix
  257. filesystem.
  258. config BUSYBOX_FSFREEZE
  259. bool "fsfreeze (3.5 kb)"
  260. default y
  261. select BUSYBOX_PLATFORM_LINUX
  262. select BUSYBOX_LONG_OPTS
  263. help
  264. Halt new accesses and flush writes on a mounted filesystem.
  265. config BUSYBOX_FSTRIM
  266. bool "fstrim (4.4 kb)"
  267. default y
  268. select BUSYBOX_PLATFORM_LINUX
  269. help
  270. Discard unused blocks on a mounted filesystem.
  271. config BUSYBOX_GETOPT
  272. bool "getopt (5.8 kb)"
  273. default y
  274. help
  275. The getopt utility is used to break up (parse) options in command
  276. lines to make it easy to write complex shell scripts that also check
  277. for legal (and illegal) options. If you want to write horribly
  278. complex shell scripts, or use some horribly complex shell script
  279. written by others, this utility may be for you. Most people will
  280. wisely leave this disabled.
  281. config BUSYBOX_FEATURE_GETOPT_LONG
  282. bool "Support -l LONGOPTs"
  283. default y
  284. depends on BUSYBOX_GETOPT && BUSYBOX_LONG_OPTS
  285. help
  286. Enable support for long options (option -l).
  287. config BUSYBOX_HEXDUMP
  288. bool "hexdump (8.6 kb)"
  289. default y
  290. help
  291. The hexdump utility is used to display binary data in a readable
  292. way that is comparable to the output from most hex editors.
  293. config BUSYBOX_FEATURE_HEXDUMP_REVERSE
  294. bool "Support -R, reverse of 'hexdump -Cv'"
  295. default y
  296. depends on BUSYBOX_HEXDUMP
  297. help
  298. The hexdump utility is used to display binary data in an ascii
  299. readable way. This option creates binary data from an ascii input.
  300. NB: this option is non-standard. It's unwise to use it in scripts
  301. aimed to be portable.
  302. config BUSYBOX_HD
  303. bool "hd (7.8 kb)"
  304. default y
  305. help
  306. hd is an alias to hexdump -C.
  307. config BUSYBOX_XXD
  308. bool "xxd (8.9 kb)"
  309. default y
  310. help
  311. The xxd utility is used to display binary data in a readable
  312. way that is comparable to the output from most hex editors.
  313. config BUSYBOX_HWCLOCK
  314. bool "hwclock (5.8 kb)"
  315. default y
  316. select BUSYBOX_PLATFORM_LINUX
  317. help
  318. The hwclock utility is used to read and set the hardware clock
  319. on a system. This is primarily used to set the current time on
  320. shutdown in the hardware clock, so the hardware will keep the
  321. correct time when Linux is _not_ running.
  322. config BUSYBOX_FEATURE_HWCLOCK_ADJTIME_FHS
  323. bool "Use FHS /var/lib/hwclock/adjtime"
  324. default n # util-linux-ng in Fedora 13 still uses /etc/adjtime
  325. depends on BUSYBOX_HWCLOCK
  326. help
  327. Starting with FHS 2.3, the adjtime state file is supposed to exist
  328. at /var/lib/hwclock/adjtime instead of /etc/adjtime. If you wish
  329. to use the FHS behavior, answer Y here, otherwise answer N for the
  330. classic /etc/adjtime path.
  331. pathname.com/fhs/pub/fhs-2.3.html#VARLIBHWCLOCKSTATEDIRECTORYFORHWCLO
  332. config BUSYBOX_IONICE
  333. bool "ionice (3.8 kb)"
  334. default y
  335. select BUSYBOX_PLATFORM_LINUX
  336. help
  337. Set/set program io scheduling class and priority
  338. Requires kernel >= 2.6.13
  339. config BUSYBOX_IPCRM
  340. bool "ipcrm (3.2 kb)"
  341. default y
  342. help
  343. The ipcrm utility allows the removal of System V interprocess
  344. communication (IPC) objects and the associated data structures
  345. from the system.
  346. config BUSYBOX_IPCS
  347. bool "ipcs (11 kb)"
  348. default y
  349. select BUSYBOX_PLATFORM_LINUX
  350. help
  351. The ipcs utility is used to provide information on the currently
  352. allocated System V interprocess (IPC) objects in the system.
  353. config BUSYBOX_LAST
  354. bool "last (6.1 kb)"
  355. default y
  356. depends on BUSYBOX_FEATURE_WTMP
  357. help
  358. 'last' displays a list of the last users that logged into the system.
  359. config BUSYBOX_FEATURE_LAST_FANCY
  360. bool "Output extra information"
  361. default y
  362. depends on BUSYBOX_LAST
  363. help
  364. 'last' displays detailed information about the last users that
  365. logged into the system (mimics sysvinit last). +900 bytes.
  366. config BUSYBOX_LOSETUP
  367. bool "losetup (5.5 kb)"
  368. default y
  369. select BUSYBOX_PLATFORM_LINUX
  370. help
  371. losetup is used to associate or detach a loop device with a regular
  372. file or block device, and to query the status of a loop device. This
  373. version does not currently support enabling data encryption.
  374. config BUSYBOX_LSPCI
  375. bool "lspci (6.3 kb)"
  376. default y
  377. #select BUSYBOX_PLATFORM_LINUX
  378. help
  379. lspci is a utility for displaying information about PCI buses in the
  380. system and devices connected to them.
  381. This version uses sysfs (/sys/bus/pci/devices) only.
  382. config BUSYBOX_LSUSB
  383. bool "lsusb (4.2 kb)"
  384. default y
  385. #select BUSYBOX_PLATFORM_LINUX
  386. help
  387. lsusb is a utility for displaying information about USB buses in the
  388. system and devices connected to them.
  389. This version uses sysfs (/sys/bus/usb/devices) only.
  390. config BUSYBOX_MDEV
  391. bool "mdev (17 kb)"
  392. default y
  393. select BUSYBOX_PLATFORM_LINUX
  394. help
  395. mdev is a mini-udev implementation for dynamically creating device
  396. nodes in the /dev directory.
  397. For more information, please see docs/mdev.txt
  398. config BUSYBOX_FEATURE_MDEV_CONF
  399. bool "Support /etc/mdev.conf"
  400. default y
  401. depends on BUSYBOX_MDEV
  402. help
  403. Add support for the mdev config file to control ownership and
  404. permissions of the device nodes.
  405. For more information, please see docs/mdev.txt
  406. config BUSYBOX_FEATURE_MDEV_RENAME
  407. bool "Support subdirs/symlinks"
  408. default y
  409. depends on BUSYBOX_FEATURE_MDEV_CONF
  410. help
  411. Add support for renaming devices and creating symlinks.
  412. For more information, please see docs/mdev.txt
  413. config BUSYBOX_FEATURE_MDEV_RENAME_REGEXP
  414. bool "Support regular expressions substitutions when renaming device"
  415. default y
  416. depends on BUSYBOX_FEATURE_MDEV_RENAME
  417. help
  418. Add support for regular expressions substitutions when renaming
  419. device.
  420. config BUSYBOX_FEATURE_MDEV_EXEC
  421. bool "Support command execution at device addition/removal"
  422. default y
  423. depends on BUSYBOX_FEATURE_MDEV_CONF
  424. help
  425. This adds support for an optional field to /etc/mdev.conf for
  426. executing commands when devices are created/removed.
  427. For more information, please see docs/mdev.txt
  428. config BUSYBOX_FEATURE_MDEV_LOAD_FIRMWARE
  429. bool "Support loading of firmware"
  430. default y
  431. depends on BUSYBOX_MDEV
  432. help
  433. Some devices need to load firmware before they can be usable.
  434. These devices will request userspace look up the files in
  435. /lib/firmware/ and if it exists, send it to the kernel for
  436. loading into the hardware.
  437. config BUSYBOX_FEATURE_MDEV_DAEMON
  438. bool "Support daemon mode"
  439. default y
  440. depends on BUSYBOX_MDEV
  441. help
  442. Adds the -d option to run mdev in daemon mode handling hotplug
  443. events from the kernel like udev. If the system generates many
  444. hotplug events this mode of operation will consume less
  445. resources than registering mdev as hotplug helper or using the
  446. uevent applet.
  447. config BUSYBOX_MESG
  448. bool "mesg (1.4 kb)"
  449. default y
  450. help
  451. Mesg controls access to your terminal by others. It is typically
  452. used to allow or disallow other users to write to your terminal
  453. config BUSYBOX_FEATURE_MESG_ENABLE_ONLY_GROUP
  454. bool "Enable writing to tty only by group, not by everybody"
  455. default y
  456. depends on BUSYBOX_MESG
  457. help
  458. Usually, ttys are owned by group "tty", and "write" tool is
  459. setgid to this group. This way, "mesg y" only needs to enable
  460. "write by owning group" bit in tty mode.
  461. If you set this option to N, "mesg y" will enable writing
  462. by anybody at all. This is not recommended.
  463. config BUSYBOX_MKE2FS
  464. bool "mke2fs (10 kb)"
  465. default y
  466. select BUSYBOX_PLATFORM_LINUX
  467. help
  468. Utility to create EXT2 filesystems.
  469. config BUSYBOX_MKFS_EXT2
  470. bool "mkfs.ext2 (10 kb)"
  471. default y
  472. select BUSYBOX_PLATFORM_LINUX
  473. help
  474. Alias to "mke2fs".
  475. config BUSYBOX_MKFS_MINIX
  476. bool "mkfs.minix (10 kb)"
  477. default y
  478. select BUSYBOX_PLATFORM_LINUX
  479. help
  480. The minix filesystem is a nice, small, compact, read-write filesystem
  481. with little overhead. If you wish to be able to create minix
  482. filesystems this utility will do the job for you.
  483. config BUSYBOX_FEATURE_MINIX2
  484. bool "Support Minix fs v2 (fsck_minix/mkfs_minix)"
  485. default y
  486. depends on BUSYBOX_FSCK_MINIX || BUSYBOX_MKFS_MINIX
  487. help
  488. If you wish to be able to create version 2 minix filesystems, enable
  489. this. If you enabled 'mkfs_minix' then you almost certainly want to
  490. be using the version 2 filesystem support.
  491. config BUSYBOX_MKFS_REISER
  492. bool "mkfs_reiser"
  493. default n
  494. select BUSYBOX_PLATFORM_LINUX
  495. help
  496. Utility to create ReiserFS filesystems.
  497. Note: this applet needs a lot of testing and polishing.
  498. config BUSYBOX_MKDOSFS
  499. bool "mkdosfs (7.2 kb)"
  500. default y
  501. select BUSYBOX_PLATFORM_LINUX
  502. help
  503. Utility to create FAT32 filesystems.
  504. config BUSYBOX_MKFS_VFAT
  505. bool "mkfs.vfat (7.2 kb)"
  506. default y
  507. select BUSYBOX_PLATFORM_LINUX
  508. help
  509. Alias to "mkdosfs".
  510. config BUSYBOX_MKSWAP
  511. bool "mkswap (6.3 kb)"
  512. default n
  513. help
  514. The mkswap utility is used to configure a file or disk partition as
  515. Linux swap space. This allows Linux to use the entire file or
  516. partition as if it were additional RAM, which can greatly increase
  517. the capability of low-memory machines. This additional memory is
  518. much slower than real RAM, but can be very helpful at preventing your
  519. applications being killed by the Linux out of memory (OOM) killer.
  520. Once you have created swap space using 'mkswap' you need to enable
  521. the swap space using the 'swapon' utility.
  522. config BUSYBOX_FEATURE_MKSWAP_UUID
  523. bool "UUID support"
  524. default y
  525. depends on BUSYBOX_MKSWAP
  526. help
  527. Generate swap spaces with universally unique identifiers.
  528. config BUSYBOX_MORE
  529. bool "more (7 kb)"
  530. default y
  531. help
  532. more is a simple utility which allows you to read text one screen
  533. sized page at a time. If you want to read text that is larger than
  534. the screen, and you are using anything faster than a 300 baud modem,
  535. you will probably find this utility very helpful. If you don't have
  536. any need to reading text files, you can leave this disabled.
  537. config BUSYBOX_MOUNT
  538. bool "mount (23 kb)"
  539. default y
  540. select BUSYBOX_PLATFORM_LINUX
  541. help
  542. All files and filesystems in Unix are arranged into one big directory
  543. tree. The 'mount' utility is used to graft a filesystem onto a
  544. particular part of the tree. A filesystem can either live on a block
  545. device, or it can be accessible over the network, as is the case with
  546. NFS filesystems.
  547. config BUSYBOX_FEATURE_MOUNT_FAKE
  548. bool "Support -f (fake mount)"
  549. default y
  550. depends on BUSYBOX_MOUNT
  551. help
  552. Enable support for faking a file system mount.
  553. config BUSYBOX_FEATURE_MOUNT_VERBOSE
  554. bool "Support -v (verbose)"
  555. default y
  556. depends on BUSYBOX_MOUNT
  557. help
  558. Enable multi-level -v[vv...] verbose messages. Useful if you
  559. debug mount problems and want to see what is exactly passed
  560. to the kernel.
  561. config BUSYBOX_FEATURE_MOUNT_HELPERS
  562. bool "Support mount helpers"
  563. default n
  564. depends on BUSYBOX_MOUNT
  565. help
  566. Enable mounting of virtual file systems via external helpers.
  567. E.g. "mount obexfs#-b00.11.22.33.44.55 /mnt" will in effect call
  568. "obexfs -b00.11.22.33.44.55 /mnt"
  569. Also "mount -t sometype [-o opts] fs /mnt" will try
  570. "sometype [-o opts] fs /mnt" if simple mount syscall fails.
  571. The idea is to use such virtual filesystems in /etc/fstab.
  572. config BUSYBOX_FEATURE_MOUNT_LABEL
  573. bool "Support specifying devices by label or UUID"
  574. default y
  575. depends on BUSYBOX_MOUNT
  576. select BUSYBOX_VOLUMEID
  577. help
  578. This allows for specifying a device by label or uuid, rather than by
  579. name. This feature utilizes the same functionality as blkid/findfs.
  580. config BUSYBOX_FEATURE_MOUNT_NFS
  581. bool "Support mounting NFS file systems on Linux < 2.6.23"
  582. default n
  583. depends on BUSYBOX_MOUNT
  584. select BUSYBOX_FEATURE_SYSLOG
  585. help
  586. Enable mounting of NFS file systems on Linux kernels prior
  587. to version 2.6.23. Note that in this case mounting of NFS
  588. over IPv6 will not be possible.
  589. Note that this option links in RPC support from libc,
  590. which is rather large (~10 kbytes on uclibc).
  591. config BUSYBOX_FEATURE_MOUNT_CIFS
  592. bool "Support mounting CIFS/SMB file systems"
  593. default y
  594. depends on BUSYBOX_MOUNT
  595. help
  596. Enable support for samba mounts.
  597. config BUSYBOX_FEATURE_MOUNT_FLAGS
  598. depends on BUSYBOX_MOUNT
  599. bool "Support lots of -o flags"
  600. default y
  601. help
  602. Without this, mount only supports ro/rw/remount. With this, it
  603. supports nosuid, suid, dev, nodev, exec, noexec, sync, async, atime,
  604. noatime, diratime, nodiratime, loud, bind, move, shared, slave,
  605. private, unbindable, rshared, rslave, rprivate, and runbindable.
  606. config BUSYBOX_FEATURE_MOUNT_FSTAB
  607. depends on BUSYBOX_MOUNT
  608. bool "Support /etc/fstab and -a (mount all)"
  609. default y
  610. help
  611. Support mount all and looking for files in /etc/fstab.
  612. config BUSYBOX_FEATURE_MOUNT_OTHERTAB
  613. depends on BUSYBOX_FEATURE_MOUNT_FSTAB
  614. bool "Support -T <alt_fstab>"
  615. default y
  616. help
  617. Support mount -T (specifying an alternate fstab)
  618. config BUSYBOX_MOUNTPOINT
  619. bool "mountpoint (4.9 kb)"
  620. default y
  621. help
  622. mountpoint checks if the directory is a mountpoint.
  623. config BUSYBOX_NOLOGIN
  624. bool "nologin"
  625. default y
  626. depends on BUSYBOX_FEATURE_SH_EMBEDDED_SCRIPTS
  627. help
  628. Politely refuse a login
  629. config BUSYBOX_NOLOGIN_DEPENDENCIES
  630. bool "Enable dependencies for nologin"
  631. default n # Y default makes it harder to select single-applet test
  632. depends on BUSYBOX_NOLOGIN
  633. select BUSYBOX_CAT
  634. select BUSYBOX_ECHO
  635. select BUSYBOX_SLEEP
  636. help
  637. nologin is implemented as a shell script. It requires the
  638. following in the runtime environment:
  639. cat echo sleep
  640. If you know these will be available externally you can
  641. disable this option.
  642. config BUSYBOX_NSENTER
  643. bool "nsenter (6.5 kb)"
  644. default y
  645. select BUSYBOX_PLATFORM_LINUX
  646. help
  647. Run program with namespaces of other processes.
  648. config BUSYBOX_PIVOT_ROOT
  649. bool "pivot_root (1.1 kb)"
  650. default y
  651. select BUSYBOX_PLATFORM_LINUX
  652. help
  653. The pivot_root utility swaps the mount points for the root filesystem
  654. with some other mounted filesystem. This allows you to do all sorts
  655. of wild and crazy things with your Linux system and is far more
  656. powerful than 'chroot'.
  657. Note: This is for initrd in linux 2.4. Under initramfs (introduced
  658. in linux 2.6) use switch_root instead.
  659. config BUSYBOX_RDATE
  660. bool "rdate (5.6 kb)"
  661. default y
  662. help
  663. The rdate utility allows you to synchronize the date and time of your
  664. system clock with the date and time of a remote networked system using
  665. the RFC868 protocol, which is built into the inetd daemon on most
  666. systems.
  667. config BUSYBOX_RDEV
  668. bool "rdev (1.8 kb)"
  669. default y
  670. help
  671. Print the device node associated with the filesystem mounted at '/'.
  672. config BUSYBOX_READPROFILE
  673. bool "readprofile (7.1 kb)"
  674. default y
  675. #select BUSYBOX_PLATFORM_LINUX
  676. help
  677. This allows you to parse /proc/profile for basic profiling.
  678. config BUSYBOX_RENICE
  679. bool "renice (4.2 kb)"
  680. default y
  681. help
  682. Renice alters the scheduling priority of one or more running
  683. processes.
  684. config BUSYBOX_REV
  685. bool "rev (4.4 kb)"
  686. default y
  687. help
  688. Reverse lines of a file or files.
  689. config BUSYBOX_RTCWAKE
  690. bool "rtcwake (6.8 kb)"
  691. default y
  692. select BUSYBOX_PLATFORM_LINUX
  693. help
  694. Enter a system sleep state until specified wakeup time.
  695. config BUSYBOX_SCRIPT
  696. bool "script (8.6 kb)"
  697. default y
  698. help
  699. The script makes typescript of terminal session.
  700. config BUSYBOX_SCRIPTREPLAY
  701. bool "scriptreplay (2.4 kb)"
  702. default y
  703. help
  704. This program replays a typescript, using timing information
  705. given by script -t.
  706. config BUSYBOX_SETARCH
  707. bool "setarch (3.6 kb)"
  708. default y
  709. select BUSYBOX_PLATFORM_LINUX
  710. help
  711. The linux32 utility is used to create a 32bit environment for the
  712. specified program (usually a shell). It only makes sense to have
  713. this util on a system that supports both 64bit and 32bit userland
  714. (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...).
  715. config BUSYBOX_LINUX32
  716. bool "linux32 (3.3 kb)"
  717. default y
  718. select BUSYBOX_PLATFORM_LINUX
  719. help
  720. Alias to "setarch linux32".
  721. config BUSYBOX_LINUX64
  722. bool "linux64 (3.3 kb)"
  723. default y
  724. select BUSYBOX_PLATFORM_LINUX
  725. help
  726. Alias to "setarch linux64".
  727. config BUSYBOX_SETPRIV
  728. bool "setpriv (6.6 kb)"
  729. default y
  730. select BUSYBOX_PLATFORM_LINUX
  731. select BUSYBOX_LONG_OPTS
  732. help
  733. Run a program with different Linux privilege settings.
  734. Requires kernel >= 3.5
  735. config BUSYBOX_FEATURE_SETPRIV_DUMP
  736. bool "Support dumping current privilege state"
  737. default y
  738. depends on BUSYBOX_SETPRIV
  739. help
  740. Enables the "--dump" switch to print out the current privilege
  741. state. This is helpful for diagnosing problems.
  742. config BUSYBOX_FEATURE_SETPRIV_CAPABILITIES
  743. bool "Support capabilities"
  744. default y
  745. depends on BUSYBOX_SETPRIV
  746. help
  747. Capabilities can be used to grant processes additional rights
  748. without the necessity to always execute as the root user.
  749. Enabling this option enables "--dump" to show information on
  750. capabilities.
  751. config BUSYBOX_FEATURE_SETPRIV_CAPABILITY_NAMES
  752. bool "Support capability names"
  753. default y
  754. depends on BUSYBOX_SETPRIV && BUSYBOX_FEATURE_SETPRIV_CAPABILITIES
  755. help
  756. Capabilities can be either referenced via a human-readble name,
  757. e.g. "net_admin", or using their index, e.g. "cap_12". Enabling
  758. this option allows using the human-readable names in addition to
  759. the index-based names.
  760. config BUSYBOX_SETSID
  761. bool "setsid (3.6 kb)"
  762. default y
  763. help
  764. setsid runs a program in a new session
  765. config BUSYBOX_SWAPON
  766. bool "swapon (15 kb)"
  767. default n
  768. select BUSYBOX_PLATFORM_LINUX
  769. help
  770. Once you have created some swap space using 'mkswap', you also need
  771. to enable your swap space with the 'swapon' utility. The 'swapoff'
  772. utility is used, typically at system shutdown, to disable any swap
  773. space. If you are not using any swap space, you can leave this
  774. option disabled.
  775. config BUSYBOX_FEATURE_SWAPON_DISCARD
  776. bool "Support discard option -d"
  777. default y
  778. depends on BUSYBOX_SWAPON
  779. help
  780. Enable support for discarding swap area blocks at swapon and/or as
  781. the kernel frees them. This option enables both the -d option on
  782. 'swapon' and the 'discard' option for swap entries in /etc/fstab.
  783. config BUSYBOX_FEATURE_SWAPON_PRI
  784. bool "Support priority option -p"
  785. default y
  786. depends on BUSYBOX_SWAPON
  787. help
  788. Enable support for setting swap device priority in swapon.
  789. config BUSYBOX_SWAPOFF
  790. bool "swapoff (14 kb)"
  791. default n
  792. select BUSYBOX_PLATFORM_LINUX
  793. config BUSYBOX_FEATURE_SWAPONOFF_LABEL
  794. bool "Support specifying devices by label or UUID"
  795. default y
  796. depends on BUSYBOX_SWAPON || BUSYBOX_SWAPOFF
  797. select BUSYBOX_VOLUMEID
  798. help
  799. This allows for specifying a device by label or uuid, rather than by
  800. name. This feature utilizes the same functionality as blkid/findfs.
  801. config BUSYBOX_SWITCH_ROOT
  802. bool "switch_root (5.5 kb)"
  803. default y
  804. select BUSYBOX_PLATFORM_LINUX
  805. help
  806. The switch_root utility is used from initramfs to select a new
  807. root device. Under initramfs, you have to use this instead of
  808. pivot_root. (Stop reading here if you don't care why.)
  809. Booting with initramfs extracts a gzipped cpio archive into rootfs
  810. (which is a variant of ramfs/tmpfs). Because rootfs can't be moved
  811. or unmounted*, pivot_root will not work from initramfs. Instead,
  812. switch_root deletes everything out of rootfs (including itself),
  813. does a mount --move that overmounts rootfs with the new root, and
  814. then execs the specified init program.
  815. * Because the Linux kernel uses rootfs internally as the starting
  816. and ending point for searching through the kernel's doubly linked
  817. list of active mount points. That's why.
  818. config BUSYBOX_TASKSET
  819. bool "taskset (4.2 kb)"
  820. default y
  821. help
  822. Retrieve or set a processes's CPU affinity.
  823. This requires sched_{g,s}etaffinity support in your libc.
  824. config BUSYBOX_FEATURE_TASKSET_FANCY
  825. bool "Fancy output"
  826. default y
  827. depends on BUSYBOX_TASKSET
  828. help
  829. Needed for machines with more than 32-64 CPUs:
  830. affinity parameter 0xHHHHHHHHHHHHHHHHHHHH can be arbitrarily long
  831. in this case. Otherwise, it is limited to sizeof(long).
  832. config BUSYBOX_FEATURE_TASKSET_CPULIST
  833. bool "CPU list support (-c option)"
  834. default y
  835. depends on BUSYBOX_FEATURE_TASKSET_FANCY
  836. help
  837. Add support for taking/printing affinity as CPU list when '-c'
  838. option is used. For example, it prints '0-3,7' instead of mask '8f'.
  839. config BUSYBOX_UEVENT
  840. bool "uevent (3.1 kb)"
  841. default y
  842. select BUSYBOX_PLATFORM_LINUX
  843. help
  844. uevent is a netlink listener for kernel uevent notifications
  845. sent via netlink. It is usually used for dynamic device creation.
  846. config BUSYBOX_UMOUNT
  847. bool "umount (5.1 kb)"
  848. default y
  849. select BUSYBOX_PLATFORM_LINUX
  850. help
  851. When you want to remove a mounted filesystem from its current mount
  852. point, for example when you are shutting down the system, the
  853. 'umount' utility is the tool to use. If you enabled the 'mount'
  854. utility, you almost certainly also want to enable 'umount'.
  855. config BUSYBOX_FEATURE_UMOUNT_ALL
  856. bool "Support -a (unmount all)"
  857. default y
  858. depends on BUSYBOX_UMOUNT
  859. help
  860. Support -a option to unmount all currently mounted filesystems.
  861. config BUSYBOX_UNSHARE
  862. bool "unshare (7.2 kb)"
  863. default n
  864. depends on !BUSYBOX_NOMMU
  865. select BUSYBOX_PLATFORM_LINUX
  866. select BUSYBOX_LONG_OPTS
  867. help
  868. Run program with some namespaces unshared from parent.
  869. config BUSYBOX_WALL
  870. bool "wall (2.6 kb)"
  871. default y
  872. depends on BUSYBOX_FEATURE_UTMP
  873. help
  874. Write a message to all users that are logged in.
  875. comment "Common options for mount/umount"
  876. depends on BUSYBOX_MOUNT || BUSYBOX_UMOUNT
  877. config BUSYBOX_FEATURE_MOUNT_LOOP
  878. bool "Support loopback mounts"
  879. default y
  880. depends on BUSYBOX_MOUNT || BUSYBOX_UMOUNT
  881. help
  882. Enabling this feature allows automatic mounting of files (containing
  883. filesystem images) via the linux kernel's loopback devices.
  884. The mount command will detect you are trying to mount a file instead
  885. of a block device, and transparently associate the file with a
  886. loopback device. The umount command will also free that loopback
  887. device.
  888. You can still use the 'losetup' utility (to manually associate files
  889. with loop devices) if you need to do something advanced, such as
  890. specify an offset or cryptographic options to the loopback device.
  891. (If you don't want umount to free the loop device, use "umount -D".)
  892. config BUSYBOX_FEATURE_MOUNT_LOOP_CREATE
  893. bool "Create new loopback devices if needed"
  894. default y
  895. depends on BUSYBOX_FEATURE_MOUNT_LOOP
  896. help
  897. Linux kernels >= 2.6.24 support unlimited loopback devices. They are
  898. allocated for use when trying to use a loop device. The loop device
  899. must however exist.
  900. This feature lets mount to try to create next /dev/loopN device
  901. if it does not find a free one.
  902. config BUSYBOX_FEATURE_MTAB_SUPPORT
  903. bool "Support old /etc/mtab file"
  904. default n
  905. depends on BUSYBOX_MOUNT || BUSYBOX_UMOUNT
  906. select BUSYBOX_FEATURE_MOUNT_FAKE
  907. help
  908. Historically, Unix systems kept track of the currently mounted
  909. partitions in the file "/etc/mtab". These days, the kernel exports
  910. the list of currently mounted partitions in "/proc/mounts", rendering
  911. the old mtab file obsolete. (In modern systems, /etc/mtab should be
  912. a symlink to /proc/mounts.)
  913. The only reason to have mount maintain an /etc/mtab file itself is if
  914. your stripped-down embedded system does not have a /proc directory.
  915. If you must use this, keep in mind it's inherently brittle (for
  916. example a mount under chroot won't update it), can't handle modern
  917. features like separate per-process filesystem namespaces, requires
  918. that your /etc directory be writable, tends to get easily confused
  919. by --bind or --move mounts, won't update if you rename a directory
  920. that contains a mount point, and so on. (In brief: avoid.)
  921. About the only reason to use this is if you've removed /proc from
  922. your kernel.
  923. source package/busybox/config/util-linux/volume_id/Config.in
  924. endmenu