summaryrefslogtreecommitdiffstats
path: root/package/tini
Commit message (Collapse)AuthorAgeFilesLines
* package/tini: needs MMUYann E. MORIN2018-08-231-0/+1
| | | | | | | | | | | | tini uses fork(), so needs an MMU. Fixes: http://autobuild.buildroot.org/results/410/410ad9ea6a6652a7db691f537acb38db279b996a/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Matt Weber <matthew.weber@rockwellcollins.com> Cc: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* tini: new packageChristian Stewart2018-08-143-0/+54
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>
OpenPOWER on IntegriCloud