From d54bd6db641843b8b0eeb57e60c71566fc9beb28 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Thu, 30 Nov 2017 03:25:37 +0200 Subject: [PATCH] The overlay bundles 'mll_source' and 'dhcp' are enabled by default. --- src/.config | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/.config b/src/.config index 5f8d2b572..cb5e3b742 100644 --- a/src/.config +++ b/src/.config @@ -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