diff options
author | Denis Vlasenko | 2008-10-21 17:14:26 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-10-21 17:14:26 +0000 |
commit | 5cb54b5adcda45c71120ec93c0bbbd558703a218 (patch) | |
tree | 9a83eead32edfd2dbfc059c9a5a994c7d404b3ce /init/Config.in | |
parent | 37890e2f375b2b088e777877a8fc81654f59b81b (diff) | |
download | busybox-5cb54b5adcda45c71120ec93c0bbbd558703a218.zip busybox-5cb54b5adcda45c71120ec93c0bbbd558703a218.tar.gz |
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.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/init/Config.in b/init/Config.in index 6a45e7d..6b5799f 100644 --- a/init/Config.in +++ b/init/Config.in @@ -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 |