aboutsummaryrefslogtreecommitdiff
path: root/init/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-10-21 17:14:26 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-10-21 17:14:26 +0000
commit5cb54b5adcda45c71120ec93c0bbbd558703a218 (patch)
tree9a83eead32edfd2dbfc059c9a5a994c7d404b3ce /init/Config.in
parent37890e2f375b2b088e777877a8fc81654f59b81b (diff)
downloadbusybox-w32-5cb54b5adcda45c71120ec93c0bbbd558703a218.tar.gz
busybox-w32-5cb54b5adcda45c71120ec93c0bbbd558703a218.tar.bz2
busybox-w32-5cb54b5adcda45c71120ec93c0bbbd558703a218.zip
init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people
from selecting it in error. It has to be used ONLY for debugging init, never in production, as resulting init has serious differences.
Diffstat (limited to 'init/Config.in')
-rw-r--r--init/Config.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/init/Config.in b/init/Config.in
index 6a45e7d3d..6b5799fe3 100644
--- a/init/Config.in
+++ b/init/Config.in
@@ -12,14 +12,6 @@ config INIT
12 help 12 help
13 init is the first program run when the system boots. 13 init is the first program run when the system boots.
14 14
15config DEBUG_INIT
16 bool "Debugging aid"
17 default n
18 depends on INIT
19 help
20 Turn this on to disable all the dangerous
21 rebooting stuff when debugging.
22
23config FEATURE_USE_INITTAB 15config FEATURE_USE_INITTAB
24 bool "Support reading an inittab file" 16 bool "Support reading an inittab file"
25 default y 17 default y