aboutsummaryrefslogtreecommitdiff
path: root/init/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-29 13:08:35 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-29 13:08:35 +0000
commit35e1a077d65f53af34f80e490efbeb2eecc6958a (patch)
treefe96a45c97f80dd32b27509cefab7098ed276912 /init/Config.in
parent76bb97c995a52afdc8f5dc47b34784ebc23132a6 (diff)
downloadbusybox-w32-35e1a077d65f53af34f80e490efbeb2eecc6958a.tar.gz
busybox-w32-35e1a077d65f53af34f80e490efbeb2eecc6958a.tar.bz2
busybox-w32-35e1a077d65f53af34f80e490efbeb2eecc6958a.zip
- 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
11 help 11 help
12 init is the first program run when the system boots. 12 init is the first program run when the system boots.
13 13
14config CONFIG_DEBUG_INIT
15 bool "debugging aid"
16 default n
17 depends on CONFIG_INIT
18 help
19 Turn this on to disable all the dangerous
20 rebooting stuff when debugging.
21
14config CONFIG_FEATURE_USE_INITTAB 22config CONFIG_FEATURE_USE_INITTAB
15 bool "Support reading an inittab file" 23 bool "Support reading an inittab file"
16 default y 24 default y