summaryrefslogtreecommitdiffstats
path: root/urunlevel/runlevel/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'urunlevel/runlevel/Config.in')
-rw-r--r--urunlevel/runlevel/Config.in110
1 files changed, 110 insertions, 0 deletions
diff --git a/urunlevel/runlevel/Config.in b/urunlevel/runlevel/Config.in
new file mode 100644
index 0000000..36be84b
--- /dev/null
+++ b/urunlevel/runlevel/Config.in
@@ -0,0 +1,110 @@
1#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Runlevel Utilities"
7
8config CONFIG_BOOT_NAMED
9 bool "boot_named"
10 default y
11 help
12 An implementation of LSB $named.
13
14config CONFIG_BOOT_PORTMAP
15 bool "boot_portmap"
16 default y
17 help
18 An implementation of LSB $.
19
20config CONFIG_BOOT_SYSLOG
21 bool "boot_syslog"
22 default y
23 help
24 An implementation of LSB $syslog.
25
26config CONFIG_BOOT_TIME
27 bool "boot_time"
28 default y
29 help
30 An implementation of LSB $time.
31
32config CONFIG_INSTALL_INITD
33 bool "install_initd"
34 default y
35 help
36 An implementation of install_initd.
37
38config CONFIG_KILLPROC
39 bool "killproc"
40 default y
41 help
42 An implementation of killproc.
43
44config CONFIG_LOCAL_FS
45 bool "local_fs"
46 default y
47 help
48 A $local_fs boot script.
49
50config CONFIG_LOG_FAILURE_MSG
51 bool "log_failure_msg"
52 default y
53 help
54 An implementation of log_failure_msg.
55
56config CONFIG_LOG_SUCCESS_MSG
57 bool "log_success_msg"
58 default y
59 help
60 An implementation of log_success_msg.
61
62config CONFIG_LOG_WARNING_MSG
63 bool "log_warning_msg"
64 default y
65 help
66 An implementation of log_warning_msg.
67
68config CONFIG_NETWORK
69 bool "network"
70 default y
71 help
72 A $network boot script.
73
74config CONFIG_PIDOFPROC
75 bool "pidofproc"
76 default y
77 help
78 An implementation of pidofproc.
79
80config CONFIG_RC
81 bool "rc"
82 default y
83 help
84 An implementation of rc.
85
86config CONFIG_REMOTE_FS
87 bool "remote_fs"
88 default y
89 help
90 A $remote_fs boot script.
91
92config CONFIG_REMOVE_INITD
93 bool "remove_initd"
94 default y
95 help
96 An implementation of remove_initd.
97
98config CONFIG_START_DAEMON
99 bool "start_daemon"
100 default y
101 help
102 An implementation of start_daemon.
103
104config CONFIG_UDHCPC_SCRIPT
105 bool "udhcpc_script"
106 default y
107 help
108 An implementation of udhcpc.script.
109
110endmenu