Site updates for the 07-Feb-2015 release.
This commit is contained in:
parent
b0abfba526
commit
1dff16fb77
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<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" />
|
||||
<title>Minimal Linux Live</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css"/>
|
||||
@ -18,7 +18,7 @@
|
||||
}
|
||||
|
||||
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 hideObj = document.getElementById("hide" + 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
|
||||
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>.
|
||||
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 />
|
||||
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.
|
||||
@ -162,15 +164,32 @@
|
||||
<div id="text">
|
||||
<h2>Change Log</h2>
|
||||
<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>
|
||||
<a href="#" onclick="javascript:logSwap(2, true); return false;">show</a>
|
||||
</div>
|
||||
<div id="hide2" style="display:block;">
|
||||
<div id="hide2" style="display:none;">
|
||||
<b>25-Aug-2014</b>
|
||||
<a href="#" onclick="javascript:logSwap(2, false); return false;">hide</a>
|
||||
</div>
|
||||
<div id="text2" style="display:block;">
|
||||
<div id="text2" style="display:none;">
|
||||
<ul>
|
||||
<li>
|
||||
<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">
|
||||
<h2>Download Section</h2>
|
||||
<p>
|
||||
The latest stable scripts (25-Aug-2014) 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>.
|
||||
The latest stable scripts (07-Feb-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>.
|
||||
</p>
|
||||
<p>
|
||||
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
|
||||
<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.
|
||||
</p>
|
||||
<p>
|
||||
@ -281,7 +300,7 @@
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
Copyright ©2014
|
||||
Copyright ©2015
|
||||
<span class="separator">|</span>
|
||||
<a href="/" title="Minimal Linux Live">Minimal Linux Live</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user