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.
This commit is contained in:
Denis Vlasenko
2008-10-21 17:14:26 +00:00
parent 37890e2f37
commit 5cb54b5adc
4 changed files with 7 additions and 13 deletions

View File

@@ -12,14 +12,6 @@ config INIT
help
init is the first program run when the system boots.
config DEBUG_INIT
bool "Debugging aid"
default n
depends on INIT
help
Turn this on to disable all the dangerous
rebooting stuff when debugging.
config FEATURE_USE_INITTAB
bool "Support reading an inittab file"
default y