Updated the kernel to the latest stable version. Marked the kernel as 'longterm' in the main readme doc.
This commit is contained in:
parent
ccdc411dd9
commit
168d943178
@ -22,9 +22,9 @@ This is a screenshot of the current development version of Minimal Linux Live:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Current development state (04-Dec-2017)
|
## Current development state (26-Dec-2017)
|
||||||
|
|
||||||
* Linux kernel 4.14.2 (stable)
|
* Linux kernel 4.14.8 (longterm)
|
||||||
* GNU C Library 2.26 (stable)
|
* GNU C Library 2.26 (stable)
|
||||||
* BusyBox 1.27.2 (stable)
|
* BusyBox 1.27.2 (stable)
|
||||||
* Stable on default Ubuntu 16.04 installation with applied system updates.
|
* Stable on default Ubuntu 16.04 installation with applied system updates.
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#
|
#
|
||||||
# http://kernel.org
|
# http://kernel.org
|
||||||
#
|
#
|
||||||
KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v4.x/linux-4.14.4.tar.xz
|
KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v4.x/linux-4.14.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:
|
||||||
#
|
#
|
||||||
@ -199,7 +199,7 @@ USE_BOOT_LOGO=true
|
|||||||
# total number of each 'make' jobs will be equal to the number of detected CPU
|
# total number of each 'make' jobs will be equal to the number of detected CPU
|
||||||
# cores mutiplied by this property. For example, if you set this property with
|
# cores mutiplied by this property. For example, if you set this property with
|
||||||
# value '2' and if your CPU has 4 cores, then the number of 'make' jobs will be
|
# value '2' and if your CPU has 4 cores, then the number of 'make' jobs will be
|
||||||
# 4 * 2 = 8. Don't change this property unless you know what 'make' jobs are!
|
# 4 * 2 = 8. Don't change this property unless you know what 'make' jobs are.
|
||||||
#
|
#
|
||||||
JOB_FACTOR=1
|
JOB_FACTOR=1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user