summaryrefslogtreecommitdiff
path: root/package/busybox/config/init/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-23 08:19:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-23 08:20:33 +0100
commit2df44ef167f084559dc3c19eb1660227f9bb564d (patch)
tree8f55566faae3c9dd1682c775cb65f705d697334c /package/busybox/config/init/Config.in
parenta66d31dbaf25149762431af40592d9e5ef3ee06b (diff)
busybox: update to 1.26.0
Diffstat (limited to 'package/busybox/config/init/Config.in')
-rw-r--r--package/busybox/config/init/Config.in25
1 files changed, 13 insertions, 12 deletions
diff --git a/package/busybox/config/init/Config.in b/package/busybox/config/init/Config.in
index 09fdf9f98..9e17c790c 100644
--- a/package/busybox/config/init/Config.in
+++ b/package/busybox/config/init/Config.in
@@ -46,11 +46,23 @@ config BUSYBOX_FEATURE_BOOTCHARTD_CONFIG_FILE
and /etc/bootchartd.conf files.
config BUSYBOX_HALT
- bool "poweroff, halt, and reboot"
+ bool "halt"
default y
help
Stop all processes and either halt, reboot, or power off the system.
+config BUSYBOX_POWEROFF
+ bool "poweroff"
+ default y
+ help
+ Stop all processes and power off the system.
+
+config BUSYBOX_REBOOT
+ bool "reboot"
+ default y
+ help
+ Stop all processes and reboot the system.
+
config BUSYBOX_FEATURE_CALL_TELINIT
bool "Call telinit on shutdown and reboot"
default n
@@ -154,17 +166,6 @@ config BUSYBOX_FEATURE_INIT_COREDUMPS
core file sizes. If this option is disabled, processes
will not generate any core files.
-config BUSYBOX_FEATURE_INITRD
- bool "Support running init from within an initrd (not initramfs)"
- default n
- depends on BUSYBOX_INIT
- help
- Legacy support for running init under the old-style initrd. Allows
- the name linuxrc to act as init, and it doesn't assume init is PID 1.
-
- This does not apply to initramfs, which runs /init as PID 1 and
- requires no special support.
-
config BUSYBOX_INIT_TERMINAL_TYPE
string "Initial terminal type"
default "linux"