diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-29 13:08:35 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-29 13:08:35 +0000 |
commit | f70e34a757bb8c9a9eb896e7e195dd366d33c0fe (patch) | |
tree | fe96a45c97f80dd32b27509cefab7098ed276912 /init/Config.in | |
parent | c52956bd7f44d924fff021fcb02f4e839acef03e (diff) | |
download | busybox-w32-f70e34a757bb8c9a9eb896e7e195dd366d33c0fe.tar.gz busybox-w32-f70e34a757bb8c9a9eb896e7e195dd366d33c0fe.tar.bz2 busybox-w32-f70e34a757bb8c9a9eb896e7e195dd366d33c0fe.zip |
- DEBUG_INIT -> config CONFIG_DEBUG_INIT
git-svn-id: svn://busybox.net/trunk/busybox@15223 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |