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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user