diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
commit | 2f32bf8be63f70125049402ba43101d8c6083d46 (patch) | |
tree | 8d01d287b58308bbb0bc6748c27357fae0a7aa12 /util-linux | |
parent | f0f94700610eba964441ce4a112134e03c76eb89 (diff) | |
download | busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.bz2 busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.zip |
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.src | 184 |
1 files changed, 91 insertions, 93 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index a59cc1ddf..27c741813 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -7,7 +7,7 @@ menu "Linux System Utilities" | |||
7 | 7 | ||
8 | config ACPID | 8 | config ACPID |
9 | bool "acpid" | 9 | bool "acpid" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | acpid listens to ACPI events coming either in textual form from | 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 | 13 | /proc/acpi/event (though it is marked deprecated it is still widely |
@@ -22,14 +22,14 @@ config ACPID | |||
22 | 22 | ||
23 | config FEATURE_ACPID_COMPAT | 23 | config FEATURE_ACPID_COMPAT |
24 | bool "Accept and ignore redundant options" | 24 | bool "Accept and ignore redundant options" |
25 | default n | 25 | default y |
26 | depends on ACPID | 26 | depends on ACPID |
27 | help | 27 | help |
28 | Accept and ignore compatibility options -g -m -s -S -v. | 28 | Accept and ignore compatibility options -g -m -s -S -v. |
29 | 29 | ||
30 | config BLKID | 30 | config BLKID |
31 | bool "blkid" | 31 | bool "blkid" |
32 | default n | 32 | default y |
33 | select VOLUMEID | 33 | select VOLUMEID |
34 | help | 34 | help |
35 | Lists labels and UUIDs of all filesystems. | 35 | Lists labels and UUIDs of all filesystems. |
@@ -38,7 +38,7 @@ config BLKID | |||
38 | 38 | ||
39 | config DMESG | 39 | config DMESG |
40 | bool "dmesg" | 40 | bool "dmesg" |
41 | default n | 41 | default y |
42 | help | 42 | help |
43 | dmesg is used to examine or control the kernel ring buffer. When the | 43 | dmesg is used to examine or control the kernel ring buffer. When the |
44 | Linux kernel prints messages to the system log, they are stored in | 44 | Linux kernel prints messages to the system log, they are stored in |
@@ -71,7 +71,7 @@ config FEATURE_DMESG_PRETTY | |||
71 | 71 | ||
72 | config FBSET | 72 | config FBSET |
73 | bool "fbset" | 73 | bool "fbset" |
74 | default n | 74 | default y |
75 | help | 75 | help |
76 | fbset is used to show or change the settings of a Linux frame buffer | 76 | fbset is used to show or change the settings of a Linux frame buffer |
77 | device. The frame buffer device provides a simple and unique | 77 | device. The frame buffer device provides a simple and unique |
@@ -80,7 +80,7 @@ config FBSET | |||
80 | 80 | ||
81 | config FEATURE_FBSET_FANCY | 81 | config FEATURE_FBSET_FANCY |
82 | bool "Turn on extra fbset options" | 82 | bool "Turn on extra fbset options" |
83 | default n | 83 | default y |
84 | depends on FBSET | 84 | depends on FBSET |
85 | help | 85 | help |
86 | This option enables extended fbset options, allowing one to set the | 86 | This option enables extended fbset options, allowing one to set the |
@@ -90,7 +90,7 @@ config FEATURE_FBSET_FANCY | |||
90 | 90 | ||
91 | config FEATURE_FBSET_READMODE | 91 | config FEATURE_FBSET_READMODE |
92 | bool "Turn on fbset readmode support" | 92 | bool "Turn on fbset readmode support" |
93 | default n | 93 | default y |
94 | depends on FBSET | 94 | depends on FBSET |
95 | help | 95 | help |
96 | This option allows fbset to read the video mode database stored by | 96 | This option allows fbset to read the video mode database stored by |
@@ -99,7 +99,7 @@ config FEATURE_FBSET_READMODE | |||
99 | 99 | ||
100 | config FDFLUSH | 100 | config FDFLUSH |
101 | bool "fdflush" | 101 | bool "fdflush" |
102 | default n | 102 | default y |
103 | help | 103 | help |
104 | fdflush is only needed when changing media on slightly-broken | 104 | fdflush is only needed when changing media on slightly-broken |
105 | removable media drives. It is used to make Linux believe that a | 105 | removable media drives. It is used to make Linux believe that a |
@@ -111,13 +111,13 @@ config FDFLUSH | |||
111 | 111 | ||
112 | config FDFORMAT | 112 | config FDFORMAT |
113 | bool "fdformat" | 113 | bool "fdformat" |
114 | default n | 114 | default y |
115 | help | 115 | help |
116 | fdformat is used to low-level format a floppy disk. | 116 | fdformat is used to low-level format a floppy disk. |
117 | 117 | ||
118 | config FDISK | 118 | config FDISK |
119 | bool "fdisk" | 119 | bool "fdisk" |
120 | default n | 120 | default y |
121 | help | 121 | help |
122 | The fdisk utility is used to divide hard disks into one or more | 122 | The fdisk utility is used to divide hard disks into one or more |
123 | logical disks, which are generally called partitions. This utility | 123 | logical disks, which are generally called partitions. This utility |
@@ -174,7 +174,7 @@ config FEATURE_OSF_LABEL | |||
174 | 174 | ||
175 | config FEATURE_FDISK_ADVANCED | 175 | config FEATURE_FDISK_ADVANCED |
176 | bool "Support expert mode" | 176 | bool "Support expert mode" |
177 | default n | 177 | default y |
178 | depends on FDISK && FEATURE_FDISK_WRITABLE | 178 | depends on FDISK && FEATURE_FDISK_WRITABLE |
179 | help | 179 | help |
180 | Enabling this option allows you to do terribly unsafe things like | 180 | Enabling this option allows you to do terribly unsafe things like |
@@ -184,7 +184,7 @@ config FEATURE_FDISK_ADVANCED | |||
184 | 184 | ||
185 | config FINDFS | 185 | config FINDFS |
186 | bool "findfs" | 186 | bool "findfs" |
187 | default n | 187 | default y |
188 | select VOLUMEID | 188 | select VOLUMEID |
189 | help | 189 | help |
190 | Prints the name of a filesystem with given label or UUID. | 190 | Prints the name of a filesystem with given label or UUID. |
@@ -193,13 +193,13 @@ config FINDFS | |||
193 | 193 | ||
194 | config FLOCK | 194 | config FLOCK |
195 | bool "flock" | 195 | bool "flock" |
196 | default n | 196 | default y |
197 | help | 197 | help |
198 | Manage locks from shell scripts | 198 | Manage locks from shell scripts |
199 | 199 | ||
200 | config FREERAMDISK | 200 | config FREERAMDISK |
201 | bool "freeramdisk" | 201 | bool "freeramdisk" |
202 | default n | 202 | default y |
203 | help | 203 | help |
204 | Linux allows you to create ramdisks. This utility allows you to | 204 | Linux allows you to create ramdisks. This utility allows you to |
205 | delete them and completely free all memory that was used for the | 205 | delete them and completely free all memory that was used for the |
@@ -210,7 +210,7 @@ config FREERAMDISK | |||
210 | 210 | ||
211 | config FSCK_MINIX | 211 | config FSCK_MINIX |
212 | bool "fsck_minix" | 212 | bool "fsck_minix" |
213 | default n | 213 | default y |
214 | help | 214 | help |
215 | The minix filesystem is a nice, small, compact, read-write filesystem | 215 | The minix filesystem is a nice, small, compact, read-write filesystem |
216 | with little overhead. It is not a journaling filesystem however and | 216 | with little overhead. It is not a journaling filesystem however and |
@@ -221,21 +221,18 @@ config FSCK_MINIX | |||
221 | 221 | ||
222 | config MKFS_EXT2 | 222 | config MKFS_EXT2 |
223 | bool "mkfs_ext2" | 223 | bool "mkfs_ext2" |
224 | default n | 224 | default y |
225 | help | 225 | help |
226 | Utility to create EXT2 filesystems. | 226 | Utility to create EXT2 filesystems. |
227 | 227 | ||
228 | config MKFS_MINIX | 228 | config MKFS_MINIX |
229 | bool "mkfs_minix" | 229 | bool "mkfs_minix" |
230 | default n | 230 | default y |
231 | help | 231 | help |
232 | The minix filesystem is a nice, small, compact, read-write filesystem | 232 | The minix filesystem is a nice, small, compact, read-write filesystem |
233 | with little overhead. If you wish to be able to create minix | 233 | with little overhead. If you wish to be able to create minix |
234 | filesystems this utility will do the job for you. | 234 | filesystems this utility will do the job for you. |
235 | 235 | ||
236 | comment "Minix filesystem support" | ||
237 | depends on FSCK_MINIX || MKFS_MINIX | ||
238 | |||
239 | config FEATURE_MINIX2 | 236 | config FEATURE_MINIX2 |
240 | bool "Support Minix fs v2 (fsck_minix/mkfs_minix)" | 237 | bool "Support Minix fs v2 (fsck_minix/mkfs_minix)" |
241 | default y | 238 | default y |
@@ -250,16 +247,17 @@ config MKFS_REISER | |||
250 | default n | 247 | default n |
251 | help | 248 | help |
252 | Utility to create ReiserFS filesystems. | 249 | Utility to create ReiserFS filesystems. |
250 | Note: this applet needs a lot of testing and polishing. | ||
253 | 251 | ||
254 | config MKFS_VFAT | 252 | config MKFS_VFAT |
255 | bool "mkfs_vfat" | 253 | bool "mkfs_vfat" |
256 | default n | 254 | default y |
257 | help | 255 | help |
258 | Utility to create FAT32 filesystems. | 256 | Utility to create FAT32 filesystems. |
259 | 257 | ||
260 | config GETOPT | 258 | config GETOPT |
261 | bool "getopt" | 259 | bool "getopt" |
262 | default n | 260 | default y |
263 | help | 261 | help |
264 | The getopt utility is used to break up (parse) options in command | 262 | The getopt utility is used to break up (parse) options in command |
265 | lines to make it easy to write complex shell scripts that also check | 263 | lines to make it easy to write complex shell scripts that also check |
@@ -277,14 +275,14 @@ config FEATURE_GETOPT_LONG | |||
277 | 275 | ||
278 | config HEXDUMP | 276 | config HEXDUMP |
279 | bool "hexdump" | 277 | bool "hexdump" |
280 | default n | 278 | default y |
281 | help | 279 | help |
282 | The hexdump utility is used to display binary data in a readable | 280 | The hexdump utility is used to display binary data in a readable |
283 | way that is comparable to the output from most hex editors. | 281 | way that is comparable to the output from most hex editors. |
284 | 282 | ||
285 | config FEATURE_HEXDUMP_REVERSE | 283 | config FEATURE_HEXDUMP_REVERSE |
286 | bool "Support -R, reverse of 'hexdump -Cv'" | 284 | bool "Support -R, reverse of 'hexdump -Cv'" |
287 | default n | 285 | default y |
288 | depends on HEXDUMP | 286 | depends on HEXDUMP |
289 | help | 287 | help |
290 | The hexdump utility is used to display binary data in an ascii | 288 | The hexdump utility is used to display binary data in an ascii |
@@ -294,14 +292,14 @@ config FEATURE_HEXDUMP_REVERSE | |||
294 | 292 | ||
295 | config HD | 293 | config HD |
296 | bool "hd" | 294 | bool "hd" |
297 | default n | 295 | default y |
298 | select HEXDUMP | 296 | select HEXDUMP |
299 | help | 297 | help |
300 | hd is an alias to hexdump -C. | 298 | hd is an alias to hexdump -C. |
301 | 299 | ||
302 | config HWCLOCK | 300 | config HWCLOCK |
303 | bool "hwclock" | 301 | bool "hwclock" |
304 | default n | 302 | default y |
305 | help | 303 | help |
306 | The hwclock utility is used to read and set the hardware clock | 304 | The hwclock utility is used to read and set the hardware clock |
307 | on a system. This is primarily used to set the current time on | 305 | on a system. This is primarily used to set the current time on |
@@ -310,7 +308,7 @@ config HWCLOCK | |||
310 | 308 | ||
311 | config FEATURE_HWCLOCK_LONG_OPTIONS | 309 | config FEATURE_HWCLOCK_LONG_OPTIONS |
312 | bool "Support long options (--hctosys,...)" | 310 | bool "Support long options (--hctosys,...)" |
313 | default n | 311 | default y |
314 | depends on HWCLOCK && LONG_OPTS | 312 | depends on HWCLOCK && LONG_OPTS |
315 | help | 313 | help |
316 | By default, the hwclock utility only uses short options. If you | 314 | By default, the hwclock utility only uses short options. If you |
@@ -331,7 +329,7 @@ config FEATURE_HWCLOCK_ADJTIME_FHS | |||
331 | 329 | ||
332 | config IPCRM | 330 | config IPCRM |
333 | bool "ipcrm" | 331 | bool "ipcrm" |
334 | default n | 332 | default y |
335 | select FEATURE_SUID | 333 | select FEATURE_SUID |
336 | help | 334 | help |
337 | The ipcrm utility allows the removal of System V interprocess | 335 | The ipcrm utility allows the removal of System V interprocess |
@@ -340,7 +338,7 @@ config IPCRM | |||
340 | 338 | ||
341 | config IPCS | 339 | config IPCS |
342 | bool "ipcs" | 340 | bool "ipcs" |
343 | default n | 341 | default y |
344 | select FEATURE_SUID | 342 | select FEATURE_SUID |
345 | help | 343 | help |
346 | The ipcs utility is used to provide information on the currently | 344 | The ipcs utility is used to provide information on the currently |
@@ -348,7 +346,7 @@ config IPCS | |||
348 | 346 | ||
349 | config LOSETUP | 347 | config LOSETUP |
350 | bool "losetup" | 348 | bool "losetup" |
351 | default n | 349 | default y |
352 | help | 350 | help |
353 | losetup is used to associate or detach a loop device with a regular | 351 | losetup is used to associate or detach a loop device with a regular |
354 | file or block device, and to query the status of a loop device. This | 352 | file or block device, and to query the status of a loop device. This |
@@ -356,7 +354,7 @@ config LOSETUP | |||
356 | 354 | ||
357 | config LSPCI | 355 | config LSPCI |
358 | bool "lspci" | 356 | bool "lspci" |
359 | default n | 357 | default y |
360 | help | 358 | help |
361 | lspci is a utility for displaying information about PCI buses in the | 359 | lspci is a utility for displaying information about PCI buses in the |
362 | system and devices connected to them. | 360 | system and devices connected to them. |
@@ -365,7 +363,7 @@ config LSPCI | |||
365 | 363 | ||
366 | config LSUSB | 364 | config LSUSB |
367 | bool "lsusb" | 365 | bool "lsusb" |
368 | default n | 366 | default y |
369 | help | 367 | help |
370 | lsusb is a utility for displaying information about USB buses in the | 368 | lsusb is a utility for displaying information about USB buses in the |
371 | system and devices connected to them. | 369 | system and devices connected to them. |
@@ -374,7 +372,7 @@ config LSUSB | |||
374 | 372 | ||
375 | config MDEV | 373 | config MDEV |
376 | bool "mdev" | 374 | bool "mdev" |
377 | default n | 375 | default y |
378 | help | 376 | help |
379 | mdev is a mini-udev implementation for dynamically creating device | 377 | mdev is a mini-udev implementation for dynamically creating device |
380 | nodes in the /dev directory. | 378 | nodes in the /dev directory. |
@@ -383,7 +381,7 @@ config MDEV | |||
383 | 381 | ||
384 | config FEATURE_MDEV_CONF | 382 | config FEATURE_MDEV_CONF |
385 | bool "Support /etc/mdev.conf" | 383 | bool "Support /etc/mdev.conf" |
386 | default n | 384 | default y |
387 | depends on MDEV | 385 | depends on MDEV |
388 | help | 386 | help |
389 | Add support for the mdev config file to control ownership and | 387 | Add support for the mdev config file to control ownership and |
@@ -393,7 +391,7 @@ config FEATURE_MDEV_CONF | |||
393 | 391 | ||
394 | config FEATURE_MDEV_RENAME | 392 | config FEATURE_MDEV_RENAME |
395 | bool "Support subdirs/symlinks" | 393 | bool "Support subdirs/symlinks" |
396 | default n | 394 | default y |
397 | depends on FEATURE_MDEV_CONF | 395 | depends on FEATURE_MDEV_CONF |
398 | help | 396 | help |
399 | Add support for renaming devices and creating symlinks. | 397 | Add support for renaming devices and creating symlinks. |
@@ -402,7 +400,7 @@ config FEATURE_MDEV_RENAME | |||
402 | 400 | ||
403 | config FEATURE_MDEV_RENAME_REGEXP | 401 | config FEATURE_MDEV_RENAME_REGEXP |
404 | bool "Support regular expressions substitutions when renaming device" | 402 | bool "Support regular expressions substitutions when renaming device" |
405 | default n | 403 | default y |
406 | depends on FEATURE_MDEV_RENAME | 404 | depends on FEATURE_MDEV_RENAME |
407 | help | 405 | help |
408 | Add support for regular expressions substitutions when renaming | 406 | Add support for regular expressions substitutions when renaming |
@@ -410,7 +408,7 @@ config FEATURE_MDEV_RENAME_REGEXP | |||
410 | 408 | ||
411 | config FEATURE_MDEV_EXEC | 409 | config FEATURE_MDEV_EXEC |
412 | bool "Support command execution at device addition/removal" | 410 | bool "Support command execution at device addition/removal" |
413 | default n | 411 | default y |
414 | depends on FEATURE_MDEV_CONF | 412 | depends on FEATURE_MDEV_CONF |
415 | help | 413 | help |
416 | This adds support for an optional field to /etc/mdev.conf for | 414 | This adds support for an optional field to /etc/mdev.conf for |
@@ -420,7 +418,7 @@ config FEATURE_MDEV_EXEC | |||
420 | 418 | ||
421 | config FEATURE_MDEV_LOAD_FIRMWARE | 419 | config FEATURE_MDEV_LOAD_FIRMWARE |
422 | bool "Support loading of firmwares" | 420 | bool "Support loading of firmwares" |
423 | default n | 421 | default y |
424 | depends on MDEV | 422 | depends on MDEV |
425 | help | 423 | help |
426 | Some devices need to load firmware before they can be usable. | 424 | Some devices need to load firmware before they can be usable. |
@@ -431,7 +429,7 @@ config FEATURE_MDEV_LOAD_FIRMWARE | |||
431 | 429 | ||
432 | config MKSWAP | 430 | config MKSWAP |
433 | bool "mkswap" | 431 | bool "mkswap" |
434 | default n | 432 | default y |
435 | help | 433 | help |
436 | The mkswap utility is used to configure a file or disk partition as | 434 | The mkswap utility is used to configure a file or disk partition as |
437 | Linux swap space. This allows Linux to use the entire file or | 435 | Linux swap space. This allows Linux to use the entire file or |
@@ -444,14 +442,14 @@ config MKSWAP | |||
444 | 442 | ||
445 | config FEATURE_MKSWAP_UUID | 443 | config FEATURE_MKSWAP_UUID |
446 | bool "UUID support" | 444 | bool "UUID support" |
447 | default n | 445 | default y |
448 | depends on MKSWAP | 446 | depends on MKSWAP |
449 | help | 447 | help |
450 | Generate swap spaces with universally unique identifiers. | 448 | Generate swap spaces with universally unique identifiers. |
451 | 449 | ||
452 | config MORE | 450 | config MORE |
453 | bool "more" | 451 | bool "more" |
454 | default n | 452 | default y |
455 | help | 453 | help |
456 | more is a simple utility which allows you to read text one screen | 454 | more is a simple utility which allows you to read text one screen |
457 | sized page at a time. If you want to read text that is larger than | 455 | sized page at a time. If you want to read text that is larger than |
@@ -472,137 +470,137 @@ config FEATURE_USE_TERMIOS | |||
472 | 470 | ||
473 | config VOLUMEID | 471 | config VOLUMEID |
474 | bool #No description makes it a hidden option | 472 | bool #No description makes it a hidden option |
475 | default n | 473 | default y |
476 | 474 | ||
477 | config FEATURE_VOLUMEID_EXT | 475 | config FEATURE_VOLUMEID_EXT |
478 | bool "Ext filesystem" | 476 | bool "Ext filesystem" |
479 | default n | 477 | default y |
480 | depends on VOLUMEID | 478 | depends on VOLUMEID |
481 | help | 479 | help |
482 | TODO | 480 | TODO |
483 | 481 | ||
484 | config FEATURE_VOLUMEID_BTRFS | 482 | config FEATURE_VOLUMEID_BTRFS |
485 | bool "btrfs filesystem" | 483 | bool "btrfs filesystem" |
486 | default n | 484 | default y |
487 | depends on VOLUMEID | 485 | depends on VOLUMEID |
488 | help | 486 | help |
489 | TODO | 487 | TODO |
490 | 488 | ||
491 | config FEATURE_VOLUMEID_REISERFS | 489 | config FEATURE_VOLUMEID_REISERFS |
492 | bool "Reiser filesystem" | 490 | bool "Reiser filesystem" |
493 | default n | 491 | default y |
494 | depends on VOLUMEID | 492 | depends on VOLUMEID |
495 | help | 493 | help |
496 | TODO | 494 | TODO |
497 | 495 | ||
498 | config FEATURE_VOLUMEID_FAT | 496 | config FEATURE_VOLUMEID_FAT |
499 | bool "fat filesystem" | 497 | bool "fat filesystem" |
500 | default n | 498 | default y |
501 | depends on VOLUMEID | 499 | depends on VOLUMEID |
502 | help | 500 | help |
503 | TODO | 501 | TODO |
504 | 502 | ||
505 | config FEATURE_VOLUMEID_HFS | 503 | config FEATURE_VOLUMEID_HFS |
506 | bool "hfs filesystem" | 504 | bool "hfs filesystem" |
507 | default n | 505 | default y |
508 | depends on VOLUMEID | 506 | depends on VOLUMEID |
509 | help | 507 | help |
510 | TODO | 508 | TODO |
511 | 509 | ||
512 | config FEATURE_VOLUMEID_JFS | 510 | config FEATURE_VOLUMEID_JFS |
513 | bool "jfs filesystem" | 511 | bool "jfs filesystem" |
514 | default n | 512 | default y |
515 | depends on VOLUMEID | 513 | depends on VOLUMEID |
516 | help | 514 | help |
517 | TODO | 515 | TODO |
518 | 516 | ||
519 | ### config FEATURE_VOLUMEID_UFS | 517 | ### config FEATURE_VOLUMEID_UFS |
520 | ### bool "ufs filesystem" | 518 | ### bool "ufs filesystem" |
521 | ### default n | 519 | ### default y |
522 | ### depends on VOLUMEID | 520 | ### depends on VOLUMEID |
523 | ### help | 521 | ### help |
524 | ### TODO | 522 | ### TODO |
525 | 523 | ||
526 | config FEATURE_VOLUMEID_XFS | 524 | config FEATURE_VOLUMEID_XFS |
527 | bool "xfs filesystem" | 525 | bool "xfs filesystem" |
528 | default n | 526 | default y |
529 | depends on VOLUMEID | 527 | depends on VOLUMEID |
530 | help | 528 | help |
531 | TODO | 529 | TODO |
532 | 530 | ||
533 | config FEATURE_VOLUMEID_NTFS | 531 | config FEATURE_VOLUMEID_NTFS |
534 | bool "ntfs filesystem" | 532 | bool "ntfs filesystem" |
535 | default n | 533 | default y |
536 | depends on VOLUMEID | 534 | depends on VOLUMEID |
537 | help | 535 | help |
538 | TODO | 536 | TODO |
539 | 537 | ||
540 | config FEATURE_VOLUMEID_ISO9660 | 538 | config FEATURE_VOLUMEID_ISO9660 |
541 | bool "iso9660 filesystem" | 539 | bool "iso9660 filesystem" |
542 | default n | 540 | default y |
543 | depends on VOLUMEID | 541 | depends on VOLUMEID |
544 | help | 542 | help |
545 | TODO | 543 | TODO |
546 | 544 | ||
547 | config FEATURE_VOLUMEID_UDF | 545 | config FEATURE_VOLUMEID_UDF |
548 | bool "udf filesystem" | 546 | bool "udf filesystem" |
549 | default n | 547 | default y |
550 | depends on VOLUMEID | 548 | depends on VOLUMEID |
551 | help | 549 | help |
552 | TODO | 550 | TODO |
553 | 551 | ||
554 | config FEATURE_VOLUMEID_LUKS | 552 | config FEATURE_VOLUMEID_LUKS |
555 | bool "luks filesystem" | 553 | bool "luks filesystem" |
556 | default n | 554 | default y |
557 | depends on VOLUMEID | 555 | depends on VOLUMEID |
558 | help | 556 | help |
559 | TODO | 557 | TODO |
560 | 558 | ||
561 | config FEATURE_VOLUMEID_LINUXSWAP | 559 | config FEATURE_VOLUMEID_LINUXSWAP |
562 | bool "linux swap filesystem" | 560 | bool "linux swap filesystem" |
563 | default n | 561 | default y |
564 | depends on VOLUMEID | 562 | depends on VOLUMEID |
565 | help | 563 | help |
566 | TODO | 564 | TODO |
567 | 565 | ||
568 | ### config FEATURE_VOLUMEID_LVM | 566 | ### config FEATURE_VOLUMEID_LVM |
569 | ### bool "lvm" | 567 | ### bool "lvm" |
570 | ### default n | 568 | ### default y |
571 | ### depends on VOLUMEID | 569 | ### depends on VOLUMEID |
572 | ### help | 570 | ### help |
573 | ### TODO | 571 | ### TODO |
574 | 572 | ||
575 | config FEATURE_VOLUMEID_CRAMFS | 573 | config FEATURE_VOLUMEID_CRAMFS |
576 | bool "cramfs filesystem" | 574 | bool "cramfs filesystem" |
577 | default n | 575 | default y |
578 | depends on VOLUMEID | 576 | depends on VOLUMEID |
579 | help | 577 | help |
580 | TODO | 578 | TODO |
581 | 579 | ||
582 | ### config FEATURE_VOLUMEID_HPFS | 580 | ### config FEATURE_VOLUMEID_HPFS |
583 | ### bool "hpfs filesystem" | 581 | ### bool "hpfs filesystem" |
584 | ### default n | 582 | ### default y |
585 | ### depends on VOLUMEID | 583 | ### depends on VOLUMEID |
586 | ### help | 584 | ### help |
587 | ### TODO | 585 | ### TODO |
588 | 586 | ||
589 | config FEATURE_VOLUMEID_ROMFS | 587 | config FEATURE_VOLUMEID_ROMFS |
590 | bool "romfs filesystem" | 588 | bool "romfs filesystem" |
591 | default n | 589 | default y |
592 | depends on VOLUMEID | 590 | depends on VOLUMEID |
593 | help | 591 | help |
594 | TODO | 592 | TODO |
595 | 593 | ||
596 | config FEATURE_VOLUMEID_SYSV | 594 | config FEATURE_VOLUMEID_SYSV |
597 | bool "sysv filesystem" | 595 | bool "sysv filesystem" |
598 | default n | 596 | default y |
599 | depends on VOLUMEID | 597 | depends on VOLUMEID |
600 | help | 598 | help |
601 | TODO | 599 | TODO |
602 | 600 | ||
603 | ### config FEATURE_VOLUMEID_MINIX | 601 | ### config FEATURE_VOLUMEID_MINIX |
604 | ### bool "minix filesystem" | 602 | ### bool "minix filesystem" |
605 | ### default n | 603 | ### default y |
606 | ### depends on VOLUMEID | 604 | ### depends on VOLUMEID |
607 | ### help | 605 | ### help |
608 | ### TODO | 606 | ### TODO |
@@ -610,84 +608,84 @@ config FEATURE_VOLUMEID_SYSV | |||
610 | ### These only detect partition tables - not used (yet?) | 608 | ### These only detect partition tables - not used (yet?) |
611 | ### config FEATURE_VOLUMEID_MAC | 609 | ### config FEATURE_VOLUMEID_MAC |
612 | ### bool "mac filesystem" | 610 | ### bool "mac filesystem" |
613 | ### default n | 611 | ### default y |
614 | ### depends on VOLUMEID | 612 | ### depends on VOLUMEID |
615 | ### help | 613 | ### help |
616 | ### TODO | 614 | ### TODO |
617 | ### | 615 | ### |
618 | ### config FEATURE_VOLUMEID_MSDOS | 616 | ### config FEATURE_VOLUMEID_MSDOS |
619 | ### bool "msdos filesystem" | 617 | ### bool "msdos filesystem" |
620 | ### default n | 618 | ### default y |
621 | ### depends on VOLUMEID | 619 | ### depends on VOLUMEID |
622 | ### help | 620 | ### help |
623 | ### TODO | 621 | ### TODO |
624 | 622 | ||
625 | config FEATURE_VOLUMEID_OCFS2 | 623 | config FEATURE_VOLUMEID_OCFS2 |
626 | bool "ocfs2 filesystem" | 624 | bool "ocfs2 filesystem" |
627 | default n | 625 | default y |
628 | depends on VOLUMEID | 626 | depends on VOLUMEID |
629 | help | 627 | help |
630 | TODO | 628 | TODO |
631 | 629 | ||
632 | ### config FEATURE_VOLUMEID_HIGHPOINTRAID | 630 | ### config FEATURE_VOLUMEID_HIGHPOINTRAID |
633 | ### bool "highpoint raid" | 631 | ### bool "highpoint raid" |
634 | ### default n | 632 | ### default y |
635 | ### depends on VOLUMEID | 633 | ### depends on VOLUMEID |
636 | ### help | 634 | ### help |
637 | ### TODO | 635 | ### TODO |
638 | 636 | ||
639 | ### config FEATURE_VOLUMEID_ISWRAID | 637 | ### config FEATURE_VOLUMEID_ISWRAID |
640 | ### bool "intel raid" | 638 | ### bool "intel raid" |
641 | ### default n | 639 | ### default y |
642 | ### depends on VOLUMEID | 640 | ### depends on VOLUMEID |
643 | ### help | 641 | ### help |
644 | ### TODO | 642 | ### TODO |
645 | 643 | ||
646 | ### config FEATURE_VOLUMEID_LSIRAID | 644 | ### config FEATURE_VOLUMEID_LSIRAID |
647 | ### bool "lsi raid" | 645 | ### bool "lsi raid" |
648 | ### default n | 646 | ### default y |
649 | ### depends on VOLUMEID | 647 | ### depends on VOLUMEID |
650 | ### help | 648 | ### help |
651 | ### TODO | 649 | ### TODO |
652 | 650 | ||
653 | ### config FEATURE_VOLUMEID_VIARAID | 651 | ### config FEATURE_VOLUMEID_VIARAID |
654 | ### bool "via raid" | 652 | ### bool "via raid" |
655 | ### default n | 653 | ### default y |
656 | ### depends on VOLUMEID | 654 | ### depends on VOLUMEID |
657 | ### help | 655 | ### help |
658 | ### TODO | 656 | ### TODO |
659 | 657 | ||
660 | ### config FEATURE_VOLUMEID_SILICONRAID | 658 | ### config FEATURE_VOLUMEID_SILICONRAID |
661 | ### bool "silicon raid" | 659 | ### bool "silicon raid" |
662 | ### default n | 660 | ### default y |
663 | ### depends on VOLUMEID | 661 | ### depends on VOLUMEID |
664 | ### help | 662 | ### help |
665 | ### TODO | 663 | ### TODO |
666 | 664 | ||
667 | ### config FEATURE_VOLUMEID_NVIDIARAID | 665 | ### config FEATURE_VOLUMEID_NVIDIARAID |
668 | ### bool "nvidia raid" | 666 | ### bool "nvidia raid" |
669 | ### default n | 667 | ### default y |
670 | ### depends on VOLUMEID | 668 | ### depends on VOLUMEID |
671 | ### help | 669 | ### help |
672 | ### TODO | 670 | ### TODO |
673 | 671 | ||
674 | ### config FEATURE_VOLUMEID_PROMISERAID | 672 | ### config FEATURE_VOLUMEID_PROMISERAID |
675 | ### bool "promise raid" | 673 | ### bool "promise raid" |
676 | ### default n | 674 | ### default y |
677 | ### depends on VOLUMEID | 675 | ### depends on VOLUMEID |
678 | ### help | 676 | ### help |
679 | ### TODO | 677 | ### TODO |
680 | 678 | ||
681 | config FEATURE_VOLUMEID_LINUXRAID | 679 | config FEATURE_VOLUMEID_LINUXRAID |
682 | bool "linuxraid" | 680 | bool "linuxraid" |
683 | default n | 681 | default y |
684 | depends on VOLUMEID | 682 | depends on VOLUMEID |
685 | help | 683 | help |
686 | TODO | 684 | TODO |
687 | 685 | ||
688 | config MOUNT | 686 | config MOUNT |
689 | bool "mount" | 687 | bool "mount" |
690 | default n | 688 | default y |
691 | help | 689 | help |
692 | All files and filesystems in Unix are arranged into one big directory | 690 | All files and filesystems in Unix are arranged into one big directory |
693 | tree. The 'mount' utility is used to graft a filesystem onto a | 691 | tree. The 'mount' utility is used to graft a filesystem onto a |
@@ -698,14 +696,14 @@ config MOUNT | |||
698 | 696 | ||
699 | config FEATURE_MOUNT_FAKE | 697 | config FEATURE_MOUNT_FAKE |
700 | bool "Support option -f" | 698 | bool "Support option -f" |
701 | default n | 699 | default y |
702 | depends on MOUNT | 700 | depends on MOUNT |
703 | help | 701 | help |
704 | Enable support for faking a file system mount. | 702 | Enable support for faking a file system mount. |
705 | 703 | ||
706 | config FEATURE_MOUNT_VERBOSE | 704 | config FEATURE_MOUNT_VERBOSE |
707 | bool "Support option -v" | 705 | bool "Support option -v" |
708 | default n | 706 | default y |
709 | depends on MOUNT | 707 | depends on MOUNT |
710 | help | 708 | help |
711 | Enable multi-level -v[vv...] verbose messages. Useful if you | 709 | Enable multi-level -v[vv...] verbose messages. Useful if you |
@@ -726,7 +724,7 @@ config FEATURE_MOUNT_HELPERS | |||
726 | 724 | ||
727 | config FEATURE_MOUNT_LABEL | 725 | config FEATURE_MOUNT_LABEL |
728 | bool "Support specifiying devices by label or UUID" | 726 | bool "Support specifiying devices by label or UUID" |
729 | default n | 727 | default y |
730 | depends on MOUNT | 728 | depends on MOUNT |
731 | select VOLUMEID | 729 | select VOLUMEID |
732 | help | 730 | help |
@@ -736,7 +734,7 @@ config FEATURE_MOUNT_LABEL | |||
736 | 734 | ||
737 | config FEATURE_MOUNT_NFS | 735 | config FEATURE_MOUNT_NFS |
738 | bool "Support mounting NFS file systems" | 736 | bool "Support mounting NFS file systems" |
739 | default n | 737 | default y |
740 | depends on MOUNT | 738 | depends on MOUNT |
741 | select FEATURE_HAVE_RPC | 739 | select FEATURE_HAVE_RPC |
742 | select FEATURE_SYSLOG | 740 | select FEATURE_SYSLOG |
@@ -745,7 +743,7 @@ config FEATURE_MOUNT_NFS | |||
745 | 743 | ||
746 | config FEATURE_MOUNT_CIFS | 744 | config FEATURE_MOUNT_CIFS |
747 | bool "Support mounting CIFS/SMB file systems" | 745 | bool "Support mounting CIFS/SMB file systems" |
748 | default n | 746 | default y |
749 | depends on MOUNT | 747 | depends on MOUNT |
750 | help | 748 | help |
751 | Enable support for samba mounts. | 749 | Enable support for samba mounts. |
@@ -769,7 +767,7 @@ config FEATURE_MOUNT_FSTAB | |||
769 | 767 | ||
770 | config PIVOT_ROOT | 768 | config PIVOT_ROOT |
771 | bool "pivot_root" | 769 | bool "pivot_root" |
772 | default n | 770 | default y |
773 | help | 771 | help |
774 | The pivot_root utility swaps the mount points for the root filesystem | 772 | The pivot_root utility swaps the mount points for the root filesystem |
775 | with some other mounted filesystem. This allows you to do all sorts | 773 | with some other mounted filesystem. This allows you to do all sorts |
@@ -781,7 +779,7 @@ config PIVOT_ROOT | |||
781 | 779 | ||
782 | config RDATE | 780 | config RDATE |
783 | bool "rdate" | 781 | bool "rdate" |
784 | default n | 782 | default y |
785 | help | 783 | help |
786 | The rdate utility allows you to synchronize the date and time of your | 784 | The rdate utility allows you to synchronize the date and time of your |
787 | system clock with the date and time of a remote networked system using | 785 | system clock with the date and time of a remote networked system using |
@@ -790,38 +788,38 @@ config RDATE | |||
790 | 788 | ||
791 | config RDEV | 789 | config RDEV |
792 | bool "rdev" | 790 | bool "rdev" |
793 | default n | 791 | default y |
794 | help | 792 | help |
795 | Print the device node associated with the filesystem mounted at '/'. | 793 | Print the device node associated with the filesystem mounted at '/'. |
796 | 794 | ||
797 | config READPROFILE | 795 | config READPROFILE |
798 | bool "readprofile" | 796 | bool "readprofile" |
799 | default n | 797 | default y |
800 | help | 798 | help |
801 | This allows you to parse /proc/profile for basic profiling. | 799 | This allows you to parse /proc/profile for basic profiling. |
802 | 800 | ||
803 | config RTCWAKE | 801 | config RTCWAKE |
804 | bool "rtcwake" | 802 | bool "rtcwake" |
805 | default n | 803 | default y |
806 | help | 804 | help |
807 | Enter a system sleep state until specified wakeup time. | 805 | Enter a system sleep state until specified wakeup time. |
808 | 806 | ||
809 | config SCRIPT | 807 | config SCRIPT |
810 | bool "script" | 808 | bool "script" |
811 | default n | 809 | default y |
812 | help | 810 | help |
813 | The script makes typescript of terminal session. | 811 | The script makes typescript of terminal session. |
814 | 812 | ||
815 | config SCRIPTREPLAY | 813 | config SCRIPTREPLAY |
816 | bool "scriptreplay" | 814 | bool "scriptreplay" |
817 | default n | 815 | default y |
818 | help | 816 | help |
819 | This program replays a typescript, using timing information | 817 | This program replays a typescript, using timing information |
820 | given by script -t. | 818 | given by script -t. |
821 | 819 | ||
822 | config SETARCH | 820 | config SETARCH |
823 | bool "setarch" | 821 | bool "setarch" |
824 | default n | 822 | default y |
825 | help | 823 | help |
826 | The linux32 utility is used to create a 32bit environment for the | 824 | The linux32 utility is used to create a 32bit environment for the |
827 | specified program (usually a shell). It only makes sense to have | 825 | specified program (usually a shell). It only makes sense to have |
@@ -830,7 +828,7 @@ config SETARCH | |||
830 | 828 | ||
831 | config SWAPONOFF | 829 | config SWAPONOFF |
832 | bool "swaponoff" | 830 | bool "swaponoff" |
833 | default n | 831 | default y |
834 | help | 832 | help |
835 | This option enables both the 'swapon' and the 'swapoff' utilities. | 833 | This option enables both the 'swapon' and the 'swapoff' utilities. |
836 | Once you have created some swap space using 'mkswap', you also need | 834 | Once you have created some swap space using 'mkswap', you also need |
@@ -841,14 +839,14 @@ config SWAPONOFF | |||
841 | 839 | ||
842 | config FEATURE_SWAPON_PRI | 840 | config FEATURE_SWAPON_PRI |
843 | bool "Support priority option -p" | 841 | bool "Support priority option -p" |
844 | default n | 842 | default y |
845 | depends on SWAPONOFF | 843 | depends on SWAPONOFF |
846 | help | 844 | help |
847 | Enable support for setting swap device priority in swapon. | 845 | Enable support for setting swap device priority in swapon. |
848 | 846 | ||
849 | config SWITCH_ROOT | 847 | config SWITCH_ROOT |
850 | bool "switch_root" | 848 | bool "switch_root" |
851 | default n | 849 | default y |
852 | help | 850 | help |
853 | The switch_root utility is used from initramfs to select a new | 851 | The switch_root utility is used from initramfs to select a new |
854 | root device. Under initramfs, you have to use this instead of | 852 | root device. Under initramfs, you have to use this instead of |
@@ -867,7 +865,7 @@ config SWITCH_ROOT | |||
867 | 865 | ||
868 | config UMOUNT | 866 | config UMOUNT |
869 | bool "umount" | 867 | bool "umount" |
870 | default n | 868 | default y |
871 | help | 869 | help |
872 | When you want to remove a mounted filesystem from its current mount | 870 | When you want to remove a mounted filesystem from its current mount |
873 | point, for example when you are shutting down the system, the | 871 | point, for example when you are shutting down the system, the |
@@ -876,7 +874,7 @@ config UMOUNT | |||
876 | 874 | ||
877 | config FEATURE_UMOUNT_ALL | 875 | config FEATURE_UMOUNT_ALL |
878 | bool "Support option -a" | 876 | bool "Support option -a" |
879 | default n | 877 | default y |
880 | depends on UMOUNT | 878 | depends on UMOUNT |
881 | help | 879 | help |
882 | Support -a option to unmount all currently mounted filesystems. | 880 | Support -a option to unmount all currently mounted filesystems. |
@@ -886,7 +884,7 @@ comment "Common options for mount/umount" | |||
886 | 884 | ||
887 | config FEATURE_MOUNT_LOOP | 885 | config FEATURE_MOUNT_LOOP |
888 | bool "Support loopback mounts" | 886 | bool "Support loopback mounts" |
889 | default n | 887 | default y |
890 | depends on MOUNT || UMOUNT | 888 | depends on MOUNT || UMOUNT |
891 | help | 889 | help |
892 | Enabling this feature allows automatic mounting of files (containing | 890 | Enabling this feature allows automatic mounting of files (containing |
@@ -903,7 +901,7 @@ config FEATURE_MOUNT_LOOP | |||
903 | 901 | ||
904 | config FEATURE_MOUNT_LOOP_CREATE | 902 | config FEATURE_MOUNT_LOOP_CREATE |
905 | bool "Create new loopback devices if needed" | 903 | bool "Create new loopback devices if needed" |
906 | default n | 904 | default y |
907 | depends on FEATURE_MOUNT_LOOP | 905 | depends on FEATURE_MOUNT_LOOP |
908 | help | 906 | help |
909 | Linux kernels >= 2.6.24 support unlimited loopback devices. They are | 907 | Linux kernels >= 2.6.24 support unlimited loopback devices. They are |