diff --git a/src/.config b/src/.config index 7a7e09ef3..9d729c418 100644 --- a/src/.config +++ b/src/.config @@ -11,7 +11,7 @@ # # http://kernel.org # -KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v4.x/linux-4.4.43.tar.xz +KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v4.x/linux-4.4.44.tar.xz # You can find the latest GNU libc source bundles here: # diff --git a/src/README b/src/README index e46e2973b..80a8d0930 100644 --- a/src/README +++ b/src/README @@ -8,6 +8,11 @@ configured. Check the project's website for more information: http://minimal.idzona.com +For Ubuntu and other Debian based operating systems you can use the following +command in order to resolve the required build dependencies: + +sudo apt install wget make gawk gcc bc genisoimage + Once you have your ISO image up and running perhaps you'd like to play with the configuration file ".config" and see what options you have there. For example you can enable the property "OVERLAY_BUNDLES". If you do that you will have @@ -49,6 +54,12 @@ Currently available overlay bundles: This overlay bundle requires JRE or JDK. +* MLL Utils - Set of experimental shell scripts (mll-*.sh) which provide + additional functionality, e.g. installer and useful tools. + + This overlay bundle is currently experimental and its build + process depends on the host machine. + ### ### ### I only provide the build scripts. It's entirely up to you to configure and