Site updates for the 07-Feb-2015 release.

This commit is contained in:
Ivan Davidov 2015-02-07 21:37:30 +02:00
parent b0abfba526
commit 1dff16fb77

View File

@ -3,7 +3,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Minimal Linux Live" /> <meta name="description" content="Minimal Linux Live" />
<meta name="keywords" content="minimal linux live tutorial kernel busybox cd usb iso image" /> <meta name="keywords" content="minimal minimalistic tiny linux live tutorial howto kernel busybox cd usb iso image" />
<meta name="author" content="Ivan Davidov - davidov (dot) i [at] gmail {dot} com" /> <meta name="author" content="Ivan Davidov - davidov (dot) i [at] gmail {dot} com" />
<title>Minimal Linux Live</title> <title>Minimal Linux Live</title>
<link rel="stylesheet" type="text/css" href="style.css"/> <link rel="stylesheet" type="text/css" href="style.css"/>
@ -18,7 +18,7 @@
} }
function logSwap(itemIndex, show) { function logSwap(itemIndex, show) {
for(var i = 1; i <= 2; i++) { for(var i = 1; i <= 3; 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);
@ -112,6 +112,8 @@
build dependencies for Ubuntu. If you are using <a target="_blank" href="http://linuxmint.com">Linux Mint</a> try to build dependencies for Ubuntu. If you are using <a target="_blank" href="http://linuxmint.com">Linux Mint</a> try to
install the package <i>g++</i> and if you still have troubles then try the <i>build-essential</i> package. On install the package <i>g++</i> and if you still have troubles then try the <i>build-essential</i> package. On
<a target="_blank" href="http://fedoraproject.org">Fedora</a> you might need the static 'glibc' package <i>glibc-static</i>. <a target="_blank" href="http://fedoraproject.org">Fedora</a> you might need the static 'glibc' package <i>glibc-static</i>.
On <a target="_blank" href="http://www.archlinux.org/">Arch Linux</a> you might need to locate <i>isolinux.bin</i> and copy
it to <i>/usr/lib/syslinux/syslinux.bin</i>.
<p /> <p />
Please have in mind that the build dependencies can vary a lot depending on the Linux OS which you use and the software Please have in mind that the build dependencies can vary a lot depending on the Linux OS which you use and the software
which you have already installed. which you have already installed.
@ -162,15 +164,32 @@
<div id="text"> <div id="text">
<h2>Change Log</h2> <h2>Change Log</h2>
<p> <p>
<div id="show2" style="display:none;"> <div id="show3" style="display:none;">
<b>07-Feb-2015</b>
<a href="#" onclick="javascript:logSwap(3, true); return false;">show</a>
</div>
<div id="hide3" style="display:block;">
<b>07-Feb-2015</b>
<a href="#" onclick="javascript:logSwap(3, false); return false;">hide</a>
</div>
<div id="text3" style="display:block;">
<ul>
<li>
<b>Minimal Linux Live</b> is now based on <b>Linux kernel 3.18.6</b> and <b>BusyBox 1.23.1</b>.
</li>
</ul>
</div>
</p>
<p>
<div id="show2" style="display:block;">
<b>25-Aug-2014</b> <b>25-Aug-2014</b>
<a href="#" onclick="javascript:logSwap(2, true); return false;">show</a> <a href="#" onclick="javascript:logSwap(2, true); return false;">show</a>
</div> </div>
<div id="hide2" style="display:block;"> <div id="hide2" style="display:none;">
<b>25-Aug-2014</b> <b>25-Aug-2014</b>
<a href="#" onclick="javascript:logSwap(2, false); return false;">hide</a> <a href="#" onclick="javascript:logSwap(2, false); return false;">hide</a>
</div> </div>
<div id="text2" style="display:block;"> <div id="text2" style="display:none;">
<ul> <ul>
<li> <li>
<b>Minimal Linux Live</b> is now based on <b>Linux kernel 3.16.1</b> and <b>BusyBox 1.22.1</b>. <b>Minimal Linux Live</b> is now based on <b>Linux kernel 3.16.1</b> and <b>BusyBox 1.22.1</b>.
@ -259,14 +278,14 @@
<div id="text"> <div id="text">
<h2>Download Section</h2> <h2>Download Section</h2>
<p> <p>
The latest stable scripts (25-Aug-2014) can be downloaded as ZIP archive The latest stable scripts (07-Feb-2015) can be downloaded as ZIP archive
<a href="./download/minimal_linux_live_25-Aug-2014_src.zip" title="Minimal Linux Live - shell scripts">here</a>. <a href="./download/minimal_linux_live_07-Feb-2015_src.zip" title="Minimal Linux Live - shell scripts">here</a>.
</p> </p>
<p> <p>
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_25-Aug-2014_32-bit.iso" title="Minimal Linux Live - ISO image file for 32-bit CPUs">32-bit</a> <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>
and and
<a href="./download/minimal_linux_live_25-Aug-2014_64-bit.iso" title="Minimal Linux Live - ISO image file for 64-bit CPUs">64-bit</a> <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>
CPUs. CPUs.
</p> </p>
<p> <p>
@ -281,7 +300,7 @@
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div id="footer"> <div id="footer">
Copyright &copy;2014 Copyright &copy;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>