kumquat-buildroot/package/tini/Config.in
Christian Stewart 6098d2e498 tini: new package
Tini is a minimal init process to act as PID 1 for containers.

Note: it is not necessary to compile Tini statically for many
non-docker container environments, and Docker now statically links to
Tini internally (as of 1.13).

Tested-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Christian Stewart <christian@paral.in>
[Thomas: add entry to DEVELOPERS file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-08-14 15:54:48 +02:00

17 lines
302 B
Plaintext

config BR2_PACKAGE_TINI
bool "tini"
help
tini is a simple but valid init binary to
act as PID 1 for containers.
https://github.com/krallin/tini
if BR2_PACKAGE_TINI
config BR2_PACKAGE_TINI_MINIMAL
bool "build minimal variant"
help
Disables argument parsing and verbose output.
endif