commit | 35e1a077d65f53af34f80e490efbeb2eecc6958a | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Mon May 29 13:08:35 2006 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Mon May 29 13:08:35 2006 +0000 |
tree | fe96a45c97f80dd32b27509cefab7098ed276912 | |
parent | 76bb97c995a52afdc8f5dc47b34784ebc23132a6 [diff] [blame] |
- DEBUG_INIT -> config CONFIG_DEBUG_INIT
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 @@ 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