aboutsummaryrefslogtreecommitdiff
path: root/init/Config.in
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-29 13:08:35 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-29 13:08:35 +0000
commitf70e34a757bb8c9a9eb896e7e195dd366d33c0fe (patch)
treefe96a45c97f80dd32b27509cefab7098ed276912 /init/Config.in
parentc52956bd7f44d924fff021fcb02f4e839acef03e (diff)
downloadbusybox-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.in8
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
14config 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
14config CONFIG_FEATURE_USE_INITTAB 22config CONFIG_FEATURE_USE_INITTAB
15 bool "Support reading an inittab file" 23 bool "Support reading an inittab file"
16 default y 24 default y