diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-05 07:52:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-05 07:52:35 +0000 |
commit | 65e20a33c20314da5dd33d6e9e2ec529d835bbfb (patch) | |
tree | 87fcfc020d06542f1536aef31d3afb9d0dfb2a04 /init | |
parent | 01c3d40f3c022abc08c14b96fe586a33fce081e8 (diff) | |
download | busybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.gz busybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.bz2 busybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.zip |
Patch from Kent Robotti adding a bunch of needed docs!
-Erik
Diffstat (limited to 'init')
-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)?" |