diff options
author | Rob Landley <rob@landley.net> | 2006-04-13 23:22:16 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-13 23:22:16 +0000 |
commit | 2ec922eed5093084837be628efc07c635ad30357 (patch) | |
tree | 191d18163e85eb614e33a38bd93da35b7c3f3366 /init/Config.in | |
parent | 6b4377f3337d7d3e21e63aa1341d33fd51c2f97c (diff) | |
download | busybox-w32-2ec922eed5093084837be628efc07c635ad30357.tar.gz busybox-w32-2ec922eed5093084837be628efc07c635ad30357.tar.bz2 busybox-w32-2ec922eed5093084837be628efc07c635ad30357.zip |
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
to do it in Config.in.
Diffstat (limited to 'init/Config.in')
-rw-r--r-- | init/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/init/Config.in b/init/Config.in index d1e5f4712..113747133 100644 --- a/init/Config.in +++ b/init/Config.in | |||
@@ -12,14 +12,14 @@ config CONFIG_INIT | |||
12 | init is the first program run when the system boots. | 12 | init is the first program run when the system boots. |
13 | 13 | ||
14 | config CONFIG_FEATURE_USE_INITTAB | 14 | config CONFIG_FEATURE_USE_INITTAB |
15 | bool " Support reading an inittab file" | 15 | bool "Support reading an inittab file" |
16 | default y | 16 | default y |
17 | depends on CONFIG_INIT | 17 | depends on CONFIG_INIT |
18 | help | 18 | help |
19 | Allow init to read an inittab file when the system boot. | 19 | Allow init to read an inittab file when the system boot. |
20 | 20 | ||
21 | config CONFIG_FEATURE_INIT_SCTTY | 21 | config CONFIG_FEATURE_INIT_SCTTY |
22 | bool " Support running commands with a controlling-tty" | 22 | bool "Support running commands with a controlling-tty" |
23 | default n | 23 | default n |
24 | depends on CONFIG_INIT | 24 | depends on CONFIG_INIT |
25 | help | 25 | help |
@@ -30,14 +30,14 @@ config CONFIG_FEATURE_INIT_SCTTY | |||
30 | the console is only accessed during development or for maintenance. | 30 | the console is only accessed during development or for maintenance. |
31 | 31 | ||
32 | config CONFIG_FEATURE_EXTRA_QUIET | 32 | config CONFIG_FEATURE_EXTRA_QUIET |
33 | bool " Be _extra_ quiet on boot" | 33 | bool "Be _extra_ quiet on boot" |
34 | default y | 34 | default y |
35 | depends on CONFIG_INIT | 35 | depends on CONFIG_INIT |
36 | help | 36 | help |
37 | Prevent init from logging some messages to the console during boot. | 37 | Prevent init from logging some messages to the console during boot. |
38 | 38 | ||
39 | config CONFIG_FEATURE_INIT_COREDUMPS | 39 | config CONFIG_FEATURE_INIT_COREDUMPS |
40 | bool " Support dumping core for child processes (debugging only)" | 40 | bool "Support dumping core for child processes (debugging only)" |
41 | default n | 41 | default n |
42 | depends on CONFIG_INIT | 42 | depends on CONFIG_INIT |
43 | help | 43 | help |
@@ -49,7 +49,7 @@ config CONFIG_FEATURE_INIT_COREDUMPS | |||
49 | 49 | ||
50 | 50 | ||
51 | config CONFIG_FEATURE_INITRD | 51 | config CONFIG_FEATURE_INITRD |
52 | bool " Support running init from within an initrd (not initramfs)" | 52 | bool "Support running init from within an initrd (not initramfs)" |
53 | default y | 53 | default y |
54 | depends on CONFIG_INIT | 54 | depends on CONFIG_INIT |
55 | help | 55 | help |