From 559fcd75d69a2b5c2222bb36881b3fd12cc33abf Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Wed, 27 Dec 2017 04:35:47 +0200 Subject: [PATCH] Update index.html --- docs/www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/www/index.html b/docs/www/index.html index f249b0b64..8881a4b76 100644 --- a/docs/www/index.html +++ b/docs/www/index.html @@ -208,7 +208,7 @@ Bundle dependency management - good example is the Open JDK overlay bundle which depends on GLIBC and ZLIB. From end user perspective all you need to do is to add Open JDK to the list of overlay bundles that you want to include in MLL and the overlay build system will automatically prepare the overlay bundles required by Open JDK.
  • - Separate configuration file for overlay bundles - all bundle specific configuration can be externalized in separate configuration file. This makes the main configuration file much smaller and easier to maintain. The entries in the bundle configuration file takes precedence over the main configuration file. + Separate configuration file for overlay bundles - all bundle specific configuration can be externalized in separate configuration file. This makes the main configuration file much smaller and easier to maintain. The entries in the bundle configuration file take precedence over the entries in the main configuration file.
  • Autorun functionality in the initramfs - all scripts in /etc/autorun are automatically executed on boot. This feature is used by some overlay bundles which require some functionality to be triggered on boot (e.g. the DHCP overlay bundle).