summaryrefslogtreecommitdiffstats
path: root/urunlevel/runlevel/Config.in
blob: 36be84b6c3e1fc32fe7e2272aeb6b23040b51594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#

menu "Runlevel Utilities"

config CONFIG_BOOT_NAMED
	bool "boot_named"
	default y
	help
	  An implementation of LSB $named.

config CONFIG_BOOT_PORTMAP
	bool "boot_portmap"
	default y
	help
	  An implementation of LSB $.

config CONFIG_BOOT_SYSLOG
	bool "boot_syslog"
	default y
	help
	  An implementation of LSB $syslog.

config CONFIG_BOOT_TIME
	bool "boot_time"
	default y
	help
	  An implementation of LSB $time.

config CONFIG_INSTALL_INITD
	bool "install_initd"
	default y
	help
	  An implementation of install_initd.

config CONFIG_KILLPROC
	bool "killproc"
	default y
	help
	  An implementation of killproc.

config CONFIG_LOCAL_FS
	bool "local_fs"
	default y
	help
	  A $local_fs boot script.

config CONFIG_LOG_FAILURE_MSG
	bool "log_failure_msg"
	default y
	help
	  An implementation of log_failure_msg.

config CONFIG_LOG_SUCCESS_MSG
	bool "log_success_msg"
	default y
	help
	  An implementation of log_success_msg.

config CONFIG_LOG_WARNING_MSG
	bool "log_warning_msg"
	default y
	help
	  An implementation of log_warning_msg.

config CONFIG_NETWORK
	bool "network"
	default y
	help
	  A $network boot script.

config CONFIG_PIDOFPROC
	bool "pidofproc"
	default y
	help
	  An implementation of pidofproc.

config CONFIG_RC
	bool "rc"
	default y
	help
	  An implementation of rc.

config CONFIG_REMOTE_FS
	bool "remote_fs"
	default y
	help
	  A $remote_fs boot script.

config CONFIG_REMOVE_INITD
	bool "remove_initd"
	default y
	help
	  An implementation of remove_initd.

config CONFIG_START_DAEMON
	bool "start_daemon"
	default y
	help
	  An implementation of start_daemon.

config CONFIG_UDHCPC_SCRIPT
	bool "udhcpc_script"
	default y
	help
	  An implementation of udhcpc.script.

endmenu