imagebuilder: new DISABLED_SERVICES make variable
authorRichard Musil <risa2000x@gmail.com>
Thu, 9 May 2019 01:45:07 +0000 (03:45 +0200)
committerPetr Štetiar <ynezz@true.cz>
Wed, 15 May 2019 11:34:24 +0000 (13:34 +0200)
commit71ab2c9d179652d9b528817ec04d3f1dd3b4b1df
tree5ea0270d77872e2ca8c1e1a6b65aadcc42b19fff
parent33ce2ad3e7ea760e3856b88727bc79aaf9c29fc9
imagebuilder: new DISABLED_SERVICES make variable

Adds a new variable DISABLED_SERVICES to ImageBuilder Makefile, which
defines a list of services (installed as /etc/init.d/*) to be disabled
during the build of a custom image (normally all are enabled).

It comes handy when a particular service should not be run under normal
circumstances, but should be ready in the image for situations when it
might be needed.

Signed-off-by: Richard Musil <risa2000x@gmail.com>
include/rootfs.mk
target/imagebuilder/files/Makefile