2002-12-05 14:11:41 +05:30
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see scripts/kbuild/config-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Init Utilities"
|
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config INIT
|
2002-12-05 14:11:41 +05:30
|
|
|
bool "init"
|
|
|
|
default n
|
2006-10-05 15:47:08 +05:30
|
|
|
select FEATURE_SYSLOG
|
2002-12-05 14:11:41 +05:30
|
|
|
help
|
2003-07-05 13:22:35 +05:30
|
|
|
init is the first program run when the system boots.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config FEATURE_USE_INITTAB
|
2006-04-14 04:52:16 +05:30
|
|
|
bool "Support reading an inittab file"
|
2002-12-05 14:11:41 +05:30
|
|
|
default y
|
2006-10-05 15:47:08 +05:30
|
|
|
depends on INIT
|
2002-12-05 14:11:41 +05:30
|
|
|
help
|
2003-07-05 13:22:35 +05:30
|
|
|
Allow init to read an inittab file when the system boot.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2007-12-25 06:38:58 +05:30
|
|
|
config FEATURE_KILL_REMOVED
|
|
|
|
bool "Support killing processes that have been removed from inittab"
|
|
|
|
default y
|
|
|
|
depends on FEATURE_USE_INITTAB
|
|
|
|
help
|
2008-01-08 00:36:47 +05:30
|
|
|
When respawn entries are removed from inittab and a SIGHUP is
|
|
|
|
sent to init, this feature will kill the processes that have
|
2007-12-25 06:38:58 +05:30
|
|
|
been removed.
|
|
|
|
|
|
|
|
config FEATURE_KILL_DELAY
|
2007-12-25 10:00:14 +05:30
|
|
|
int "How long to wait between TERM and KILL (0 - send TERM only)" if FEATURE_KILL_REMOVED
|
2007-12-25 06:38:58 +05:30
|
|
|
range 0 1024
|
|
|
|
default 0
|
2009-01-31 19:52:24 +05:30
|
|
|
depends on FEATURE_KILL_REMOVED
|
2007-12-25 06:38:58 +05:30
|
|
|
help
|
|
|
|
With nonzero setting, init sends TERM, forks, child waits N
|
|
|
|
seconds, sends KILL and exits. Setting it too high is unwise
|
2009-02-14 18:28:48 +05:30
|
|
|
(child will hang around for too long and could actually kill
|
|
|
|
the wrong process!)
|
2007-12-25 06:38:58 +05:30
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config FEATURE_INIT_SCTTY
|
2008-02-19 08:27:07 +05:30
|
|
|
bool "Run commands with leading dash with controlling tty"
|
2006-01-30 14:01:37 +05:30
|
|
|
default n
|
2006-10-05 15:47:08 +05:30
|
|
|
depends on INIT
|
2006-01-30 14:01:37 +05:30
|
|
|
help
|
2008-02-19 08:27:07 +05:30
|
|
|
If this option is enabled, init will try to give a controlling
|
|
|
|
tty to any command which has leading hyphen (often it's "-/bin/sh").
|
|
|
|
More precisely, init will do "ioctl(STDIN_FILENO, TIOCSCTTY, 0)".
|
|
|
|
If device attached to STDIN_FILENO can be a ctty but is not yet
|
|
|
|
a ctty for other session, it will become this process' ctty.
|
|
|
|
This is not the traditional init behavour, but is often what you want
|
|
|
|
in an embedded system where the console is only accessed during
|
|
|
|
development or for maintenance.
|
2007-12-10 12:36:04 +05:30
|
|
|
NB: using cttyhack applet may work better.
|
2006-01-30 14:01:37 +05:30
|
|
|
|
2007-03-06 01:25:30 +05:30
|
|
|
config FEATURE_INIT_SYSLOG
|
|
|
|
bool "Enable init to write to syslog"
|
|
|
|
default n
|
|
|
|
depends on INIT
|
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config FEATURE_EXTRA_QUIET
|
2006-04-14 04:52:16 +05:30
|
|
|
bool "Be _extra_ quiet on boot"
|
2002-12-05 14:11:41 +05:30
|
|
|
default y
|
2006-10-05 15:47:08 +05:30
|
|
|
depends on INIT
|
2002-12-05 14:11:41 +05:30
|
|
|
help
|
2006-01-30 14:01:37 +05:30
|
|
|
Prevent init from logging some messages to the console during boot.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config FEATURE_INIT_COREDUMPS
|
2006-04-14 04:52:16 +05:30
|
|
|
bool "Support dumping core for child processes (debugging only)"
|
2003-07-22 15:11:39 +05:30
|
|
|
default n
|
2006-10-05 15:47:08 +05:30
|
|
|
depends on INIT
|
2002-12-05 14:11:41 +05:30
|
|
|
help
|
2003-07-15 00:48:43 +05:30
|
|
|
If this option is enabled and the file /.init_enable_core
|
|
|
|
exists, then init will call setrlimit() to allow unlimited
|
2008-07-22 23:57:53 +05:30
|
|
|
core file sizes. If this option is disabled, processes
|
2003-07-15 00:48:43 +05:30
|
|
|
will not generate any core files.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config FEATURE_INITRD
|
2006-04-14 04:52:16 +05:30
|
|
|
bool "Support running init from within an initrd (not initramfs)"
|
2002-12-05 14:11:41 +05:30
|
|
|
default y
|
2006-10-05 15:47:08 +05:30
|
|
|
depends on INIT
|
2002-12-05 14:11:41 +05:30
|
|
|
help
|
2008-07-22 23:57:53 +05:30
|
|
|
Legacy support for running init under the old-style initrd. Allows
|
2006-01-30 14:01:37 +05:30
|
|
|
the name linuxrc to act as init, and it doesn't assume init is PID 1.
|
|
|
|
|
|
|
|
This does not apply to initramfs, which runs /init as PID 1 and
|
|
|
|
requires no special support.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config HALT
|
2006-01-30 14:01:37 +05:30
|
|
|
bool "poweroff, halt, and reboot"
|
2008-04-01 20:17:57 +05:30
|
|
|
default n
|
2002-12-05 14:11:41 +05:30
|
|
|
help
|
2006-01-30 14:01:37 +05:30
|
|
|
Stop all processes and either halt, reboot, or power off the system.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config MESG
|
2005-09-25 04:44:11 +05:30
|
|
|
bool "mesg"
|
2008-04-01 20:17:57 +05:30
|
|
|
default n
|
2005-09-25 04:44:11 +05:30
|
|
|
help
|
2008-07-22 23:57:53 +05:30
|
|
|
Mesg controls access to your terminal by others. It is typically
|
2005-09-25 04:44:11 +05:30
|
|
|
used to allow or disallow other users to write to your terminal
|
|
|
|
|
2002-12-05 14:11:41 +05:30
|
|
|
endmenu
|