Documentation updates.
This commit is contained in:
parent
ecf7930cbf
commit
c6aa7efb7f
@ -11,7 +11,7 @@
|
|||||||
#
|
#
|
||||||
# http://kernel.org
|
# 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:
|
# You can find the latest GNU libc source bundles here:
|
||||||
#
|
#
|
||||||
|
11
src/README
11
src/README
@ -8,6 +8,11 @@ configured. Check the project's website for more information:
|
|||||||
|
|
||||||
http://minimal.idzona.com
|
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
|
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
|
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
|
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.
|
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
|
I only provide the build scripts. It's entirely up to you to configure and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user