diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-29 13:08:35 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-29 13:08:35 +0000 |
commit | 35e1a077d65f53af34f80e490efbeb2eecc6958a (patch) | |
tree | fe96a45c97f80dd32b27509cefab7098ed276912 /init/Config.in | |
parent | 76bb97c995a52afdc8f5dc47b34784ebc23132a6 (diff) | |
download | busybox-w32-35e1a077d65f53af34f80e490efbeb2eecc6958a.tar.gz busybox-w32-35e1a077d65f53af34f80e490efbeb2eecc6958a.tar.bz2 busybox-w32-35e1a077d65f53af34f80e490efbeb2eecc6958a.zip |
- DEBUG_INIT -> config CONFIG_DEBUG_INIT
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 113747133..8b9179124 100644 --- a/init/Config.in +++ b/init/Config.in | |||
@@ -11,6 +11,14 @@ config CONFIG_INIT | |||
11 | help | 11 | help |
12 | init is the first program run when the system boots. | 12 | init is the first program run when the system boots. |
13 | 13 | ||
14 | config CONFIG_DEBUG_INIT | ||
15 | bool "debugging aid" | ||
16 | default n | ||
17 | depends on CONFIG_INIT | ||
18 | help | ||
19 | Turn this on to disable all the dangerous | ||
20 | rebooting stuff when debugging. | ||
21 | |||
14 | config CONFIG_FEATURE_USE_INITTAB | 22 | config CONFIG_FEATURE_USE_INITTAB |
15 | bool "Support reading an inittab file" | 23 | bool "Support reading an inittab file" |
16 | default y | 24 | default y |