summaryrefslogtreecommitdiff
path: root/busybox-init.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-init.kconfig')
-rw-r--r--busybox-init.kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/busybox-init.kconfig b/busybox-init.kconfig
index 6b5799f..081e747 100644
--- a/busybox-init.kconfig
+++ b/busybox-init.kconfig
@@ -7,7 +7,6 @@ menu "Init Utilities"
config INIT
bool "init"
- default n
select FEATURE_SYSLOG
help
init is the first program run when the system boots.
@@ -40,7 +39,6 @@ config FEATURE_KILL_DELAY
config FEATURE_INIT_SCTTY
bool "Run commands with leading dash with controlling tty"
- default n
depends on INIT
help
If this option is enabled, init will try to give a controlling
@@ -55,7 +53,6 @@ config FEATURE_INIT_SCTTY
config FEATURE_INIT_SYSLOG
bool "Enable init to write to syslog"
- default n
depends on INIT
config FEATURE_EXTRA_QUIET
@@ -67,7 +64,6 @@ config FEATURE_EXTRA_QUIET
config FEATURE_INIT_COREDUMPS
bool "Support dumping core for child processes (debugging only)"
- default n
depends on INIT
help
If this option is enabled and the file /.init_enable_core
@@ -88,13 +84,11 @@ config FEATURE_INITRD
config HALT
bool "poweroff, halt, and reboot"
- default n
help
Stop all processes and either halt, reboot, or power off the system.
config MESG
bool "mesg"
- default n
help
Mesg controls access to your terminal by others. It is typically
used to allow or disallow other users to write to your terminal