From e7b7764acf6f228e529eccc4431a673d3e6b39f2 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Sat, 2 Nov 2019 21:56:30 +0200 Subject: [PATCH] Kernel=5.3.8, Busybox=1.31.1 --- src/.config | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/.config b/src/.config index 39e96bd40..210447d2a 100644 --- a/src/.config +++ b/src/.config @@ -11,7 +11,7 @@ # # 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: # @@ -23,7 +23,7 @@ GLIBC_SOURCE_URL=http://ftp.gnu.org/gnu/glibc/glibc-2.30.tar.bz2 # # 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: # @@ -124,7 +124,10 @@ OVERLAY_TYPE=folder # # Currently available overlay software: # +# all - all available overlay bundles. # glibc_full - all core GNU C libraries. +# +# adopt_openjdk - JDK from AdoptOpenJDK with either HotSpot or OpenJ9. # bosh_cli - BOSH CLI (command line interface). # c2048 - console version of the game 2048. # cf_cli - Cloud Foundry CLI (command line interface). @@ -137,8 +140,6 @@ OVERLAY_TYPE=folder # fio - I/O load generator. # golang - Google's Go programming language. # 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. # kernel_modules - default MLL kernel modules and 'mdev' hotplug manager. # kexec_tools - execute another kernel from userspace @@ -146,7 +147,9 @@ OVERLAY_TYPE=folder # links - text browser for the web. # lua - scripting language. # make - GNU make utility. +# mll_hello - simple educational overlay bundle. Type 'hello' to run it. # mll_logo - custom MLL boot logo. +# mll_nikola - the meaning of life. # mll_utils - set of executable utilities (mll-*). # mll_source - MLL source code provided in directory '/usr/src'. # nano - simple command-line text editor with on-screen shortcuts. @@ -160,7 +163,6 @@ OVERLAY_TYPE=folder # vitetris - console mode tetris game. # zlib - DEFLATE compression/decompression library. # zulujdk - Zulu is certified build of OpenJDK with better support. - # # Refer to the README file for more information. # @@ -175,11 +177,11 @@ OVERLAY_TYPE=folder # # The default overlay bundles are: # * dhcp -# * hello_mll +# * mll_hello # * mll_logo # * 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. #