aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-04-13 23:22:16 +0000
committerRob Landley <rob@landley.net>2006-04-13 23:22:16 +0000
commit2ec922eed5093084837be628efc07c635ad30357 (patch)
tree191d18163e85eb614e33a38bd93da35b7c3f3366 /init
parent6b4377f3337d7d3e21e63aa1341d33fd51c2f97c (diff)
downloadbusybox-2ec922eed5093084837be628efc07c635ad30357.tar.gz
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')
-rw-r--r--init/Config.in10
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
init is the first program run when the system boots.
config CONFIG_FEATURE_USE_INITTAB
- bool " Support reading an inittab file"
+ bool "Support reading an inittab file"
default y
depends on CONFIG_INIT
help
Allow init to read an inittab file when the system boot.
config CONFIG_FEATURE_INIT_SCTTY
- bool " Support running commands with a controlling-tty"
+ bool "Support running commands with a controlling-tty"
default n
depends on CONFIG_INIT
help
@@ -30,14 +30,14 @@ config CONFIG_FEATURE_INIT_SCTTY
the console is only accessed during development or for maintenance.
config CONFIG_FEATURE_EXTRA_QUIET
- bool " Be _extra_ quiet on boot"
+ bool "Be _extra_ quiet on boot"
default y
depends on CONFIG_INIT
help
Prevent init from logging some messages to the console during boot.
config CONFIG_FEATURE_INIT_COREDUMPS
- bool " Support dumping core for child processes (debugging only)"
+ bool "Support dumping core for child processes (debugging only)"
default n
depends on CONFIG_INIT
help
@@ -49,7 +49,7 @@ config CONFIG_FEATURE_INIT_COREDUMPS
config CONFIG_FEATURE_INITRD
- bool " Support running init from within an initrd (not initramfs)"
+ bool "Support running init from within an initrd (not initramfs)"
default y
depends on CONFIG_INIT
help