diff options
Diffstat (limited to 'init/Config.src')
-rw-r--r-- | init/Config.src | 22 |
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 | ||
8 | config INIT | 8 | config 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 | ||
22 | config FEATURE_KILL_REMOVED | 22 | config 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 | ||
31 | config FEATURE_KILL_DELAY | 31 | config 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 | ||
42 | config FEATURE_INIT_SCTTY | 42 | config 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 | ||
57 | config FEATURE_INIT_SYSLOG | 57 | config 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 | ||
62 | config FEATURE_EXTRA_QUIET | 62 | config FEATURE_EXTRA_QUIET |
@@ -68,7 +68,7 @@ config FEATURE_EXTRA_QUIET | |||
68 | 68 | ||
69 | config FEATURE_INIT_COREDUMPS | 69 | config 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 | ||
90 | config HALT | 90 | config 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 | ||
96 | config FEATURE_CALL_TELINIT | 96 | config 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 | ||
116 | config MESG | 116 | config 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 | ||
123 | config BOOTCHARTD | 123 | config 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 |