Updated the website with information about release version "14-Sep-2015".
This commit is contained in:
parent
8302c2a12d
commit
23f1725fdf
@ -23,7 +23,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function logSwap(itemIndex, show) {
|
function logSwap(itemIndex, show) {
|
||||||
for(var i = 1; i <= 3; i++) {
|
for(var i = 1; i <= 4; i++) {
|
||||||
var showObj = document.getElementById("show" + i);
|
var showObj = document.getElementById("show" + i);
|
||||||
var hideObj = document.getElementById("hide" + i);
|
var hideObj = document.getElementById("hide" + i);
|
||||||
var textObj = document.getElementById("text" + i);
|
var textObj = document.getElementById("text" + i);
|
||||||
@ -205,15 +205,50 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="twelve columns">
|
<div class="twelve columns">
|
||||||
<div id="show3" style="display:none;">
|
<div id="show4" style="display:none;">
|
||||||
|
<strong>14-Sep-2015</strong>
|
||||||
|
<a href="#" onclick="javascript:logSwap(4, true); return false;">show</a>
|
||||||
|
</div>
|
||||||
|
<div id="hide4" style="display:block;">
|
||||||
|
<strong>14-Sep-2015</strong>
|
||||||
|
<a href="#" onclick="javascript:logSwap(4, false); return false;">hide</a>
|
||||||
|
</div>
|
||||||
|
<div id="text4" style="display:block;">
|
||||||
|
<ul>
|
||||||
|
<div style="font-size: 10%;"> </div>
|
||||||
|
<li>
|
||||||
|
<strong>Minimal Linux Live</strong> is now based on <strong>Linux kernel 4.1.6</strong> and <strong>BusyBox 1.23.2</strong>.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
The build process is now parallelized between all available CPU cores, therefore the overall build time is significantly
|
||||||
|
reduced.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
There is DHCP network support for all network devices detected by the kernel. Note that DNS is not working due to well
|
||||||
|
known static linking issues caused by glibc.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
The ISO image is now generated by using <strong>genisoimage</strong>. This fixes some issues with Debian and Arch based
|
||||||
|
host operating systems.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
In addition to the above changes, if you <a href="#" onclick="javascript:menuSwap(5); return false;">download</a> the latest
|
||||||
|
stable build scripts, you will notice a folder named <strong>experimental</strong>. This folder contains some interesting
|
||||||
|
scripts which produce ISO based on Linux kernel and <a href="http://landley.net/toybox" target="_blank">ToyBox</a> instead of
|
||||||
|
BusyBox. Please have in mind that this is work in progress and these scripts may not work on your host OS.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div style="font-size: 10%;"> </div>
|
||||||
|
<div id="show3" style="display:block;">
|
||||||
<strong>07-Feb-2015</strong>
|
<strong>07-Feb-2015</strong>
|
||||||
<a href="#" onclick="javascript:logSwap(3, true); return false;">show</a>
|
<a href="#" onclick="javascript:logSwap(3, true); return false;">show</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="hide3" style="display:block;">
|
<div id="hide3" style="display:none;">
|
||||||
<strong>07-Feb-2015</strong>
|
<strong>07-Feb-2015</strong>
|
||||||
<a href="#" onclick="javascript:logSwap(3, false); return false;">hide</a>
|
<a href="#" onclick="javascript:logSwap(3, false); return false;">hide</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="text3" style="display:block;">
|
<div id="text3" style="display:none;">
|
||||||
<ul>
|
<ul>
|
||||||
<div style="font-size: 10%;"> </div>
|
<div style="font-size: 10%;"> </div>
|
||||||
<li>
|
<li>
|
||||||
@ -346,17 +381,17 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="twelve columns">
|
<div class="twelve columns">
|
||||||
The latest stable scripts (07-Feb-2015) can be downloaded as ZIP archive
|
The latest stable scripts (14-Sep-2015) can be downloaded as ZIP archive
|
||||||
<a href="./download/minimal_linux_live_07-Feb-2015_src.zip" title="Minimal Linux Live - shell scripts">here</a>.
|
<a href="./download/minimal_linux_live_14-Sep-2015_src.zip" title="Minimal Linux Live - shell scripts">here</a>.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="font-size: 10%;"> </div>
|
<div style="font-size: 10%;"> </div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="twelve columns">
|
<div class="twelve columns">
|
||||||
Pre-built ISO image files generated with the latest stable scripts are available for
|
Pre-built ISO image files generated with the latest stable scripts are available for
|
||||||
<a href="./download/minimal_linux_live_07-Feb-2015_32-bit.iso" title="Minimal Linux Live - ISO image file for 32-bit CPUs">32-bit</a>
|
<a href="./download/minimal_linux_live_14-Sep-2015_32-bit.iso" title="Minimal Linux Live - ISO image file for 32-bit CPUs">32-bit</a>
|
||||||
and
|
and
|
||||||
<a href="./download/minimal_linux_live_07-Feb-2015_64-bit.iso" title="Minimal Linux Live - ISO image file for 64-bit CPUs">64-bit</a>
|
<a href="./download/minimal_linux_live_14-Sep-2015_64-bit.iso" title="Minimal Linux Live - ISO image file for 64-bit CPUs">64-bit</a>
|
||||||
CPUs.
|
CPUs.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -384,7 +419,7 @@
|
|||||||
<div style="font-size: 10%;"> </div>
|
<div style="font-size: 10%;"> </div>
|
||||||
<div class="row" style="text-align: center;">
|
<div class="row" style="text-align: center;">
|
||||||
<div class="twelve columns">
|
<div class="twelve columns">
|
||||||
Copyright ©2015
|
Copyright © 2014 - 2015
|
||||||
<span class="separator">|</span>
|
<span class="separator">|</span>
|
||||||
<a href="/" title="Minimal Linux Live">Minimal Linux Live</a>
|
<a href="/" title="Minimal Linux Live">Minimal Linux Live</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user