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 /TODO_config_nommu | |
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 'TODO_config_nommu')
-rw-r--r-- | TODO_config_nommu | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO_config_nommu b/TODO_config_nommu index bdef3e9..4ed69e0 100644 --- a/TODO_config_nommu +++ b/TODO_config_nommu @@ -369,7 +369,6 @@ CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM=y # Init Utilities # CONFIG_INIT=y -# CONFIG_DEBUG_INIT is not set CONFIG_FEATURE_USE_INITTAB=y CONFIG_FEATURE_KILL_REMOVED=y CONFIG_FEATURE_KILL_DELAY=1 |