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:
committed by
Yann E. MORIN
parent
24cac9c4e6
commit
c1daa35cd9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user