The overlay bundles 'mll_source' and 'dhcp' are enabled by default.

This commit is contained in:
Ivan Davidov 2017-11-30 03:25:37 +02:00
parent 3b00f7f3ce
commit d54bd6db64

View File

@ -259,20 +259,18 @@ OVERLAY_TYPE=folder
# Refer to the README file for more information.
#
# The line below is sample which provides Open JDK, Apache Felix and Links.
# There is also DHCP/DNS functionality provided by the 'dhcp' overlay bundle.
# There is also network functionality provided by the 'dhcp' overlay bundle.
#
# OVERLAY_BUNDLES=glibc_full,dhcp,felix,links,openjdk
# OVERLAY_BUNDLES=dhcp,felix,links,openjdk
#
# The only default overlay bundle is 'mll_source'. It provides all MLL sources
# in the directory '/usr/src'. Note that these sources will not work there
# since MLL does not provide build tool chain.
# The default overlay bundles are 'dhcp' and 'mll_source'.
#
OVERLAY_BUNDLES=mll_source
OVERLAY_BUNDLES=dhcp,mll_source
# The location where the overlay bundle software will be stored.
#
# rootfs - all overlay bundles will be embedded in the initramfs. In this way
# the software will be available on boot but the initramfs size will
# the software will be available on boot but the initramfs size may
# grow significantly and MLL will require more RAM in order to boot.
#
# iso - all overlay bundles will be packed in the ISO image structure. The