package/tinyinit: new package

This package contains a Linux init script suitable for resource-limited
systems which can be used as an alternative to the one provided by
Busybox.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
[yann.morin.1998@free.fr: drop 'imply busybox']
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Dario Binacchi
2024-08-31 14:08:31 +02:00
committed by Yann E. MORIN
parent 24cac9c4e6
commit c1daa35cd9
7 changed files with 64 additions and 0 deletions

View File

@@ -165,6 +165,15 @@ config BR2_INIT_TINI
https://github.com/krallin/tini
config BR2_INIT_TINYINIT
bool "tiny init"
select BR2_PACKAGE_TINYINIT
select BR2_PACKAGE_SKELETON_INIT_NONE if BR2_ROOTFS_SKELETON_DEFAULT
help
A Linux tiny initialization script suitable for resource
limited systems, which can be used as an alternative to the
one provided by Busybox.
config BR2_INIT_NONE
bool "Custom (none)"
select BR2_PACKAGE_SKELETON_INIT_NONE if BR2_ROOTFS_SKELETON_DEFAULT