diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-20 19:39:48 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-20 19:39:48 +0000 |
commit | 568ed4ddbbee5b7a4029f7d8c16f74b4572f81c5 (patch) | |
tree | 757dd8f1e77e8b1838adb069b6009b934b90b92b /miscutils/Config.in | |
parent | 830293e36b928e0e8da6aeaaa3f07b662a2ad80c (diff) | |
download | busybox-w32-568ed4ddbbee5b7a4029f7d8c16f74b4572f81c5.tar.gz busybox-w32-568ed4ddbbee5b7a4029f7d8c16f74b4572f81c5.tar.bz2 busybox-w32-568ed4ddbbee5b7a4029f7d8c16f74b4572f81c5.zip |
raidautorun: new applet, by:
Thomas Jarosch (email?) and
Bernhard Fischer <rep.nop@aon.at>
git-svn-id: svn://busybox.net/trunk/busybox@16415 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 5d0ec8a42..e093924d7 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -284,6 +284,13 @@ config NMETER | |||
284 | help | 284 | help |
285 | nmeter prints various system parameters continuously. | 285 | nmeter prints various system parameters continuously. |
286 | 286 | ||
287 | config RAIDAUTORUN | ||
288 | bool "raidautorun" | ||
289 | default n | ||
290 | help | ||
291 | raidautorun tells the kernel md driver to | ||
292 | search and start RAID arrays. | ||
293 | |||
287 | config READAHEAD | 294 | config READAHEAD |
288 | bool "readahead" | 295 | bool "readahead" |
289 | default n | 296 | default n |