summaryrefslogtreecommitdiff
path: root/init/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'init/Config.src')
-rw-r--r--init/Config.src22
1 files changed, 11 insertions, 11 deletions
diff --git a/init/Config.src b/init/Config.src
index 76d509207..e8121c96a 100644
--- a/init/Config.src
+++ b/init/Config.src
@@ -7,7 +7,7 @@ menu "Init Utilities"
7 7
8config INIT 8config INIT
9 bool "init" 9 bool "init"
10 default n 10 default y
11 select FEATURE_SYSLOG 11 select FEATURE_SYSLOG
12 help 12 help
13 init is the first program run when the system boots. 13 init is the first program run when the system boots.
@@ -21,12 +21,12 @@ config FEATURE_USE_INITTAB
21 21
22config FEATURE_KILL_REMOVED 22config FEATURE_KILL_REMOVED
23 bool "Support killing processes that have been removed from inittab" 23 bool "Support killing processes that have been removed from inittab"
24 default y 24 default n
25 depends on FEATURE_USE_INITTAB 25 depends on FEATURE_USE_INITTAB
26 help 26 help
27 When respawn entries are removed from inittab and a SIGHUP is 27 When respawn entries are removed from inittab and a SIGHUP is
28 sent to init, this feature will kill the processes that have 28 sent to init, this option will make init kill the processes
29 been removed. 29 that have been removed.
30 30
31config FEATURE_KILL_DELAY 31config FEATURE_KILL_DELAY
32 int "How long to wait between TERM and KILL (0 - send TERM only)" if FEATURE_KILL_REMOVED 32 int "How long to wait between TERM and KILL (0 - send TERM only)" if FEATURE_KILL_REMOVED
@@ -41,7 +41,7 @@ config FEATURE_KILL_DELAY
41 41
42config FEATURE_INIT_SCTTY 42config FEATURE_INIT_SCTTY
43 bool "Run commands with leading dash with controlling tty" 43 bool "Run commands with leading dash with controlling tty"
44 default n 44 default y
45 depends on INIT 45 depends on INIT
46 help 46 help
47 If this option is enabled, init will try to give a controlling 47 If this option is enabled, init will try to give a controlling
@@ -56,7 +56,7 @@ config FEATURE_INIT_SCTTY
56 56
57config FEATURE_INIT_SYSLOG 57config FEATURE_INIT_SYSLOG
58 bool "Enable init to write to syslog" 58 bool "Enable init to write to syslog"
59 default n 59 default y
60 depends on INIT 60 depends on INIT
61 61
62config FEATURE_EXTRA_QUIET 62config FEATURE_EXTRA_QUIET
@@ -68,7 +68,7 @@ config FEATURE_EXTRA_QUIET
68 68
69config FEATURE_INIT_COREDUMPS 69config FEATURE_INIT_COREDUMPS
70 bool "Support dumping core for child processes (debugging only)" 70 bool "Support dumping core for child processes (debugging only)"
71 default n 71 default y
72 depends on INIT 72 depends on INIT
73 help 73 help
74 If this option is enabled and the file /.init_enable_core 74 If this option is enabled and the file /.init_enable_core
@@ -89,13 +89,13 @@ config FEATURE_INITRD
89 89
90config HALT 90config HALT
91 bool "poweroff, halt, and reboot" 91 bool "poweroff, halt, and reboot"
92 default n 92 default y
93 help 93 help
94 Stop all processes and either halt, reboot, or power off the system. 94 Stop all processes and either halt, reboot, or power off the system.
95 95
96config FEATURE_CALL_TELINIT 96config FEATURE_CALL_TELINIT
97 bool "Call telinit on shutdown and reboot" 97 bool "Call telinit on shutdown and reboot"
98 default n 98 default y
99 depends on HALT && !INIT 99 depends on HALT && !INIT
100 help 100 help
101 Call an external program (normally telinit) to facilitate 101 Call an external program (normally telinit) to facilitate
@@ -115,14 +115,14 @@ config TELINIT_PATH
115 115
116config MESG 116config MESG
117 bool "mesg" 117 bool "mesg"
118 default n 118 default y
119 help 119 help
120 Mesg controls access to your terminal by others. It is typically 120 Mesg controls access to your terminal by others. It is typically
121 used to allow or disallow other users to write to your terminal 121 used to allow or disallow other users to write to your terminal
122 122
123config BOOTCHARTD 123config BOOTCHARTD
124 bool "bootchartd" 124 bool "bootchartd"
125 default n 125 default y
126 help 126 help
127 bootchartd is commonly used to profile the boot process 127 bootchartd is commonly used to profile the boot process
128 for the purpose of speeding it up. In this case, it is started 128 for the purpose of speeding it up. In this case, it is started