Kernel=5.3.8, Busybox=1.31.1

This commit is contained in:
Ivan Davidov 2019-11-02 21:56:30 +02:00
parent 0e955abfba
commit e7b7764acf

View File

@ -11,7 +11,7 @@
# #
# http://kernel.org # http://kernel.org
# #
KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v5.x/linux-5.2.12.tar.xz KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v5.x/linux-5.3.8.tar.xz
# You can find the latest GNU C library source bundles here: # You can find the latest GNU C library source bundles here:
# #
@ -23,7 +23,7 @@ GLIBC_SOURCE_URL=http://ftp.gnu.org/gnu/glibc/glibc-2.30.tar.bz2
# #
# http://busybox.net # http://busybox.net
# #
BUSYBOX_SOURCE_URL=http://busybox.net/downloads/busybox-1.30.1.tar.bz2 BUSYBOX_SOURCE_URL=http://busybox.net/downloads/busybox-1.31.1.tar.bz2
# You can find the latest Syslinux source bundles here: # You can find the latest Syslinux source bundles here:
# #
@ -124,7 +124,10 @@ OVERLAY_TYPE=folder
# #
# Currently available overlay software: # Currently available overlay software:
# #
# all - all available overlay bundles.
# glibc_full - all core GNU C libraries. # glibc_full - all core GNU C libraries.
#
# adopt_openjdk - JDK from AdoptOpenJDK with either HotSpot or OpenJ9.
# bosh_cli - BOSH CLI (command line interface). # bosh_cli - BOSH CLI (command line interface).
# c2048 - console version of the game 2048. # c2048 - console version of the game 2048.
# cf_cli - Cloud Foundry CLI (command line interface). # cf_cli - Cloud Foundry CLI (command line interface).
@ -137,8 +140,6 @@ OVERLAY_TYPE=folder
# fio - I/O load generator. # fio - I/O load generator.
# golang - Google's Go programming language. # golang - Google's Go programming language.
# graalvm - VM for Java, JavaScript, Python, Ruby, R, LLVM. # graalvm - VM for Java, JavaScript, Python, Ruby, R, LLVM.
# hello_mll - simple educational overlay bundle. Type 'hello' to run it.
# java - Oracle JRE or JDK. Manual preparations are required.
# kbd - keyboard utilities. # kbd - keyboard utilities.
# kernel_modules - default MLL kernel modules and 'mdev' hotplug manager. # kernel_modules - default MLL kernel modules and 'mdev' hotplug manager.
# kexec_tools - execute another kernel from userspace # kexec_tools - execute another kernel from userspace
@ -146,7 +147,9 @@ OVERLAY_TYPE=folder
# links - text browser for the web. # links - text browser for the web.
# lua - scripting language. # lua - scripting language.
# make - GNU make utility. # make - GNU make utility.
# mll_hello - simple educational overlay bundle. Type 'hello' to run it.
# mll_logo - custom MLL boot logo. # mll_logo - custom MLL boot logo.
# mll_nikola - the meaning of life.
# mll_utils - set of executable utilities (mll-*). # mll_utils - set of executable utilities (mll-*).
# mll_source - MLL source code provided in directory '/usr/src'. # mll_source - MLL source code provided in directory '/usr/src'.
# nano - simple command-line text editor with on-screen shortcuts. # nano - simple command-line text editor with on-screen shortcuts.
@ -160,7 +163,6 @@ OVERLAY_TYPE=folder
# vitetris - console mode tetris game. # vitetris - console mode tetris game.
# zlib - DEFLATE compression/decompression library. # zlib - DEFLATE compression/decompression library.
# zulujdk - Zulu is certified build of OpenJDK with better support. # zulujdk - Zulu is certified build of OpenJDK with better support.
# #
# Refer to the README file for more information. # Refer to the README file for more information.
# #
@ -175,11 +177,11 @@ OVERLAY_TYPE=folder
# #
# The default overlay bundles are: # The default overlay bundles are:
# * dhcp # * dhcp
# * hello_mll # * mll_hello
# * mll_logo # * mll_logo
# * mll_source # * mll_source
# #
OVERLAY_BUNDLES=dhcp,hello_mll,mll_logo,mll_source OVERLAY_BUNDLES=dhcp,mll_hello,mll_logo,mll_source,mll_nikola
# The location where the overlay bundle software will be stored. # The location where the overlay bundle software will be stored.
# #