diff options
Diffstat (limited to 'init/Config.in')
-rw-r--r-- | init/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Config.in b/init/Config.in index 1137471..8b91791 100644 --- a/init/Config.in +++ b/init/Config.in @@ -11,6 +11,14 @@ config CONFIG_INIT help init is the first program run when the system boots. +config CONFIG_DEBUG_INIT + bool "debugging aid" + default n + depends on CONFIG_INIT + help + Turn this on to disable all the dangerous + rebooting stuff when debugging. + config CONFIG_FEATURE_USE_INITTAB bool "Support reading an inittab file" default y |