diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-05 07:52:35 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-05 07:52:35 +0000 |
commit | 1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1 (patch) | |
tree | 87fcfc020d06542f1536aef31d3afb9d0dfb2a04 /init/Config.in | |
parent | 8b3e5450cbe01cc720c446faab2e5da36a4148df (diff) | |
download | busybox-w32-1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1.tar.gz busybox-w32-1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1.tar.bz2 busybox-w32-1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1.zip |
Patch from Kent Robotti adding a bunch of needed docs!
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@7038 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init/Config.in')
-rw-r--r-- | init/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/init/Config.in b/init/Config.in index a478e07c8..0316399e6 100644 --- a/init/Config.in +++ b/init/Config.in | |||
@@ -9,21 +9,21 @@ config CONFIG_INIT | |||
9 | bool "init" | 9 | bool "init" |
10 | default n | 10 | default n |
11 | help | 11 | help |
12 | Please submit a patch to add help text for this item. | 12 | init is the first program run when the system boots. |
13 | 13 | ||
14 | config CONFIG_FEATURE_USE_INITTAB | 14 | config CONFIG_FEATURE_USE_INITTAB |
15 | bool " Support reading an inittab file?" | 15 | bool " Support reading an inittab file?" |
16 | default y | 16 | default y |
17 | depends on CONFIG_INIT | 17 | depends on CONFIG_INIT |
18 | help | 18 | help |
19 | Please submit a patch to add help text for this item. | 19 | Allow init to read an inittab file when the system boot. |
20 | 20 | ||
21 | config CONFIG_FEATURE_INITRD | 21 | config CONFIG_FEATURE_INITRD |
22 | bool " Support running init from within an initrd?" | 22 | bool " Support running init from within an initrd?" |
23 | default y | 23 | default y |
24 | depends on CONFIG_INIT | 24 | depends on CONFIG_INIT |
25 | help | 25 | help |
26 | Please submit a patch to add help text for this item. | 26 | Allow init to be called from an initrd as linuxrc. |
27 | 27 | ||
28 | config CONFIG_FEATURE_INIT_COREDUMPS | 28 | config CONFIG_FEATURE_INIT_COREDUMPS |
29 | bool " Support dumping core for child processes (debugging only)?" | 29 | bool " Support dumping core for child processes (debugging only)?" |