Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-29 17:08:35 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-29 17:08:35 +0400
commit35e1a077d65f53af34f80e490efbeb2eecc6958a (patch)
treefe96a45c97f80dd32b27509cefab7098ed276912 /init/Config.in
parent76bb97c995a52afdc8f5dc47b34784ebc23132a6 (diff)
- DEBUG_INIT -> config CONFIG_DEBUG_INIT
Diffstat (limited to 'init/Config.in')
-rw-r--r--init/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Config.in b/init/Config.in
index 113747133..8b9179124 100644
--- a/init/Config.in
+++ b/init/Config.in
@@ -11,6 +11,14 @@ config CONFIG_INIT
help
init is the first program run when the system boots.
+config CONFIG_DEBUG_INIT
+ bool "debugging aid"
+ default n
+ depends on CONFIG_INIT
+ help
+ Turn this on to disable all the dangerous
+ rebooting stuff when debugging.
+
config CONFIG_FEATURE_USE_INITTAB
bool "Support reading an inittab file"
default y