aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-05 07:52:35 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-05 07:52:35 +0000
commit65e20a33c20314da5dd33d6e9e2ec529d835bbfb (patch)
tree87fcfc020d06542f1536aef31d3afb9d0dfb2a04 /init
parent01c3d40f3c022abc08c14b96fe586a33fce081e8 (diff)
downloadbusybox-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.gz
Patch from Kent Robotti adding a bunch of needed docs!
-Erik
Diffstat (limited to 'init')
-rw-r--r--init/Config.in6
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
bool "init"
default n
help
- Please submit a patch to add help text for this item.
+ init is the first program run when the system boots.
config CONFIG_FEATURE_USE_INITTAB
bool " Support reading an inittab file?"
default y
depends on CONFIG_INIT
help
- Please submit a patch to add help text for this item.
+ Allow init to read an inittab file when the system boot.
config CONFIG_FEATURE_INITRD
bool " Support running init from within an initrd?"
default y
depends on CONFIG_INIT
help
- Please submit a patch to add help text for this item.
+ Allow init to be called from an initrd as linuxrc.
config CONFIG_FEATURE_INIT_COREDUMPS
bool " Support dumping core for child processes (debugging only)?"