<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Finnix Blog &#187; Announcements</title>
	<atom:link href="http://blog.finnix.org/category/finnix/announcements/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.finnix.org</link>
	<description>Finnix development weblog</description>
	<lastBuildDate>Mon, 23 Jan 2012 05:40:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Finnix 103 released</title>
		<link>http://blog.finnix.org/2011/10/23/finnix-103-released/</link>
		<comments>http://blog.finnix.org/2011/10/23/finnix-103-released/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 07:00:24 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Finnix]]></category>

		<guid isPermaLink="false">http://blog.finnix.org/?p=320</guid>
		<description><![CDATA[Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of Finnix 103, the nineteenth release of Finnix, and marks three months since the release of Finnix 102, and six years since the relaunch of Finnix 86.0 in 2005. Finnix 103 includes a new forensic [...]]]></description>
			<content:encoded><![CDATA[<p>Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of Finnix 103, the nineteenth release of Finnix, and marks three months since the release of Finnix 102, and six years since the relaunch of Finnix 86.0 in 2005.  Finnix 103 includes a new forensic mode, RNG entropy gathering, a minor kernel update, a large number of bug fixes, new packages and new minor features.</p>
<ul>
<li>Home page: <a href="http://www.finnix.org/">http://www.finnix.org/</a></li>
<li>Download: <a href="http://www.finnix.org/Download">http://www.finnix.org/Download</a></li>
<li>Release notes: <a href="http://www.finnix.org/Finnix_103_release_notes">http://www.finnix.org/Finnix_103_release_notes</a></li>
<li>Free stickers! <a href="http://www.finnix.org/Free_stickers">http://www.finnix.org/Free_stickers</a></li>
</ul>
<h2>Forensic mode</h2>
<p>Finnix 103 includes a new forensic mode.  When booted with the "forensic" or "forensics" boot flags, Finnix changes its behavior to minimize the chance of loading suspect code or writing to suspect media.  These changes include cryptographic hash verification of discovered Finnix CD media, locking block devices, and avoiding swap, LVM, RAID, crypt and network autodetection.  For more information, see the <a href="http://www.finnix.org/Forensics">Forensics page on finnix.org</a>.</p>
<h2>Entropy generation added</h2>
<p>Modern Linux distributions add to their random number generator (RNG) entropy pool by saving some random data before shutdown, and adding it back into the pool during startup.  A LiveCD cannot normally do this, so Finnix includes a new feature to generate random data to be fed into the pool via a method that relies on the separation of a computer's CPU and RTC.  By default 8 bytes are generated during each Finnix startup (due to the time it takes to generate data via this method), but a new utility wrapper, "finnix-generate-entropy" is included to generate a full pool's worth of entropy (currently 4096 bytes).  For more information, see <a href="http://www.finnie.org/2011/09/25/introducing-twuewand/">this blog post on finnie.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2011/10/23/finnix-103-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finnix 102 released</title>
		<link>http://blog.finnix.org/2011/07/23/finnix-102-released/</link>
		<comments>http://blog.finnix.org/2011/07/23/finnix-102-released/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 07:00:16 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Finnix]]></category>

		<guid isPermaLink="false">http://blog.finnix.org/?p=260</guid>
		<description><![CDATA[Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of Finnix 102, the eighteenth release of Finnix since its beginnings over ten years ago. Finnix 102 includes Linux kernel 3.0, a smaller distribution size, new Xen pvops and 486 support, and minor bug fixes. [...]]]></description>
			<content:encoded><![CDATA[<p>Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of Finnix 102, the eighteenth release of Finnix since its beginnings over ten years ago.  Finnix 102 includes Linux kernel 3.0, a smaller distribution size, new Xen pvops and 486 support, and minor bug fixes.</p>
<ul>
<li>Home page: <a href="http://www.finnix.org/">http://www.finnix.org/</a></li>
<li>Download: <a href="http://www.finnix.org/Download">http://www.finnix.org/Download</a></li>
<li>Release notes: <a href="http://www.finnix.org/Finnix_102_release_notes">http://www.finnix.org/Finnix_102_release_notes</a></li>
<li>Free stickers! <a href="http://www.finnix.org/Free_stickers">http://www.finnix.org/Free_stickers</a></li>
</ul>
<h2>Linux 3.0</h2>
<p>Finnix 102 includes the recently-released Linux 3.0 kernel, and is a slight departure from usual Finnix method of closely following Debian kernel development. Config management was based on Debian pre-release kernels, but patch management was handled internally, basing only partly on Debian. Linux 3.0 support was tested heavily throughout the Linux 3.0-rc process.</p>
<h2>Smaller size</h2>
<p>Finnix 102 includes XZ (LZMA2) compression of the compressed root and initrd, resulting in distribution savings of more than 20% over previous Gzip compression, and no measurable reduction of boot times.</p>
<h2>Xen pvops guest support</h2>
<p>While Finnix has included Xen guest recognition since Finnix 86.1, Finnix 102's AMD64 kernel now includes built-in Xen pvops guest support. Therefore, Finnix may now be booted in a Xen environment with no extra building or configuration. Simply use the included linux64 kernel file, the initrd.xz initial ramdisk, and the Finnix 102 ISO as a virtual block device.</p>
<h2>486 support</h2>
<p>Finnix 102 is the first Finnix release, including Finnix 0.03 way back in 2000, to include 486 support, though it has not been tested. This is done by not including PAE support in the x86 kernel. The downside is x86 computers with more than 4GB of RAM can only use 4GB with the x86 kernel. However, nearly all computers with over 4GB RAM are also 64-bit capable, so the AMD64 kernel (default on capable platforms) may be used.</p>
<p>Anyone sending photographic proof of Finnix being booted on a 486 (showing Finnix boot plus the output of /proc/cpuinfo on the screen) will be given a free Finnix full-color CD and free Finnix stickers.</p>
<h2>G5 support reaffirmed</h2>
<p>While the PowerPC G5 platform has remained a supported platform since PowerPC support was introduced in Finnix 88.0, it was never tested before release, due to lack of hardware. Now a Power Mac G5 DP/DC model is available for testing. The full list of platforms tested include: 586, 686, AMD64, G3 NewWorld, G4, G5, Xen. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2011/07/23/finnix-102-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Finnix 101 released</title>
		<link>http://blog.finnix.org/2010/12/25/finnix-101-released/</link>
		<comments>http://blog.finnix.org/2010/12/25/finnix-101-released/#comments</comments>
		<pubDate>Sat, 25 Dec 2010 08:00:08 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Finnix]]></category>

		<guid isPermaLink="false">http://blog.finnix.org/?p=182</guid>
		<description><![CDATA[Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the eggnog-induced release of Finnix 101, the seventeenth release of Finnix since its beginnings over ten years ago. Finnix 101 includes major behind-the-scenes architectural changes, the re-introduction of PowerPC support, new features, and minor bug fixes. Home [...]]]></description>
			<content:encoded><![CDATA[<p>Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the eggnog-induced release of Finnix 101, the seventeenth release of Finnix since its beginnings over ten years ago.  Finnix 101 includes major behind-the-scenes architectural changes, the re-introduction of PowerPC support, new features, and minor bug fixes.</p>
<ul>
<li>Home page: <a href="http://www.finnix.org/">http://www.finnix.org/</a></li>
<li>Download: <a href="http://www.finnix.org/Download">http://www.finnix.org/Download</a></li>
<li>Release notes: <a href="http://www.finnix.org/Finnix_101_release_notes">http://www.finnix.org/Finnix_101_release_notes</a></li>
<li>Free stickers! <a href="http://www.finnix.org/Free_stickers">http://www.finnix.org/Free_stickers</a></li>
</ul>
<h2>PowerPC support returns</h2>
<p>After a show of public support, Finnix is once again producing PowerPC releases. Finnix is one of the only dedicated Linux LiveCDs with PowerPC support, and we are happy to continue serving the PowerPC community. Note that PowerPC releases are still not considered release goals, but in the future a lack of a PowerPC release will only happen under extraordinary circumstances.</p>
<h2>Behind-the-scenes re-engineering</h2>
<p>While using Finnix still has its same familiar look, much of the core infrastructure which comprises Finnix has been re-engineered. Many of the changes are intended to make development and re-development (remastering) easier and more powerful, and to help with deployment by Virtual Private Server (VPS) providers. Changes include a new CD filesystem layout, an enclosed remastering environment, a Finnix-specific SysV-compatible RC system, and componentized Finnix RC scripts.</p>
<h2>Linux 2.6.36</h2>
<p>Due to Debian testing being in deep freeze, the most recent kernel in either "testing" or "unstable" is 2.6.32. Therefore, a set of 2.6.36 kernels have been compiled based on 2.6.36-1~experimental.1 from Debian "experimental". Despite the "experimental" name, these kernels have been tested more heavily than the average Finnix release, and have proven to be very stable.</p>
<h2>Hardware Detection Tool (HDT) added</h2>
<p>On the X86 CD, Hardware Detection Tool has been added to the boot menu. This allows users to view system information (processor, memory, PCI devices, etc) quickly, without booting into a full operating system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2010/12/25/finnix-101-released/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Finnix 100 released</title>
		<link>http://blog.finnix.org/2010/10/28/finnix-100-released/</link>
		<comments>http://blog.finnix.org/2010/10/28/finnix-100-released/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 07:20:49 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Finnix]]></category>

		<guid isPermaLink="false">http://blog.finnix.org/?p=125</guid>
		<description><![CDATA[Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of Finnix 100, the sixteenth release of Finnix since its beginnings over ten years ago. Finnix 100 comes over a year since its previous release, Finnix 93.0, and introduces a new version scheme, with future [...]]]></description>
			<content:encoded><![CDATA[<p>Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of Finnix 100, the sixteenth release of Finnix since its beginnings over ten years ago.</p>
<p>Finnix 100 comes over a year since its previous release, Finnix 93.0, and introduces a new version scheme, with future versions incrementing numerically.  Finnix 100 includes updated upstream Debian software, and Linux kernel 2.6.32.  The finnix-thumbdrive utility has been removed in favor of <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, which can take a Finnix ISO and extract it to a bootable USB drive without needing to boot Finnix first.  PowerPC support has been officially dropped, though future PowerPC releases may be made on a one-off basis.  The last PowerPC release, Finnix 93.0, will continue to be distributed through <a href="http://www.finnix.org/">finnix.org</a> and should continue to be useful for some time.</p>
<p>The Finnix store has been discontinued, and in its place is a <a href="http://www.finnix.org/Free_stickers">free sticker service</a>.  High quality vinyl stickers can be obtained by sending a donation to Finnix, sending a self-addressed stamped envelope, or sending trinkets.  Please see <a href="http://www.finnix.org/Free_stickers">the free sticker page</a> for more details.</p>
<ul>
<li>Home page: <a href="http://www.finnix.org/">http://www.finnix.org/</a></li>
<li>Download: <a href="http://www.finnix.org/Download">http://www.finnix.org/Download</a></li>
<li>Release notes: <a href="http://www.finnix.org/Finnix_100_release_notes">http://www.finnix.org/Finnix_100_release_notes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2010/10/28/finnix-100-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Finnix 93.0 released</title>
		<link>http://blog.finnix.org/2009/08/11/finnix-93-0-released/</link>
		<comments>http://blog.finnix.org/2009/08/11/finnix-93-0-released/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 08:01:00 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Finnix]]></category>

		<guid isPermaLink="false">http://blog.finnix.org/?p=94</guid>
		<description><![CDATA[Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 93.0 for the x86/AMD64, PowerPC, and UML/Xen platforms. Finnix 93.0 itself is a maintenance release, but due to the length of time between Finnix 92.1 and 93.0, the time between Debian upstream updates [...]]]></description>
			<content:encoded><![CDATA[<p>Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 93.0 for the x86/AMD64, PowerPC, and UML/Xen platforms.</p>
<p>Finnix 93.0 itself is a maintenance release, but due to the length of time between Finnix 92.1 and 93.0, the time between Debian upstream updates warranted a major version number bump.  New features include Linux kernel 2.6.30, and updated upstream software.</p>
<ul>
<li>Home page: <a href="http://www.finnix.org/">http://www.finnix.org/</a></li>
<li>Download: <a href="http://www.finnix.org/Download">http://www.finnix.org/Download</a></li>
<li>Release notes: <a href="http://www.finnix.org/Finnix_93.0_release_notes">http://www.finnix.org/Finnix_93.0_release_notes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2009/08/11/finnix-93-0-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Finnix 92.1 released</title>
		<link>http://blog.finnix.org/2008/12/03/finnix-921-released/</link>
		<comments>http://blog.finnix.org/2008/12/03/finnix-921-released/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 04:15:07 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Finnix]]></category>

		<guid isPermaLink="false">http://blog.finnix.org/?p=80</guid>
		<description><![CDATA[Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 92.1 for the x86/AMD64, PowerPC, and UML/Xen platforms. Finnix 92.1 is a regular maintenance release. New features include Linux kernel 2.6.26, updated upstream software, and x86 boot menu cleanups. Home page: http://www.finnix.org/ Download: [...]]]></description>
			<content:encoded><![CDATA[<p>Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 92.1 for the x86/AMD64, PowerPC, and UML/Xen platforms.</p>
<p>Finnix 92.1 is a regular maintenance release.  New features include Linux kernel 2.6.26, updated upstream software, and x86 boot menu cleanups.</p>
<ul>
<li>Home page: <a href="http://www.finnix.org/">http://www.finnix.org/</a></li>
<li>Download: <a href="http://www.finnix.org/Download">http://www.finnix.org/Download</a></li>
<li>Release notes: <a href="http://www.finnix.org/Finnix_92.1_release_notes">http://www.finnix.org/Finnix_92.1_release_notes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2008/12/03/finnix-921-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Finnix 92.0 Released</title>
		<link>http://blog.finnix.org/2008/06/28/finnix-920-released/</link>
		<comments>http://blog.finnix.org/2008/06/28/finnix-920-released/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 05:59:12 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Finnix]]></category>

		<guid isPermaLink="false">http://www.finnix.org/blog/?p=77</guid>
		<description><![CDATA[Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 92.0 for the x86/AMD64, PowerPC, and UML/Xen platforms. Finnix 92.0 includes updated software (including a fix for the Debian OpenSSL security vulnerability), a Linux 2.6.25 kernel, and a new, graphical boot menu. Home [...]]]></description>
			<content:encoded><![CDATA[<p>Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 92.0 for the x86/AMD64, PowerPC, and UML/Xen platforms.</p>
<p>Finnix 92.0 includes updated software (including a fix for the Debian OpenSSL security vulnerability), a Linux 2.6.25 kernel, and a new, graphical boot menu.</p>
<ul>
<li>Home page: <a href="http://www.finnix.org/">http://www.finnix.org/</a></li>
<li>Download: <a href="http://www.finnix.org/Download">http://www.finnix.org/Download</a></li>
<li>Release notes: <a href="http://www.finnix.org/Finnix_92.0_release_notes">http://www.finnix.org/Finnix_92.0_release_notes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2008/06/28/finnix-920-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finnix 91.1 Released</title>
		<link>http://blog.finnix.org/2008/03/04/finnix-911-released/</link>
		<comments>http://blog.finnix.org/2008/03/04/finnix-911-released/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 08:15:48 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Finnix]]></category>

		<guid isPermaLink="false">http://www.finnix.org/blog/2008/03/04/finnix-911-released/</guid>
		<description><![CDATA[Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 91.1 for the x86/AMD64, PowerPC, and UML/Xen platforms. Finnix 91.1 is a bugfix and maintenance release. Memtest86+ has been upgraded to 2.01, software RAID autodetection has been fixed, and finnix-thumbdrive has been fixed [...]]]></description>
			<content:encoded><![CDATA[<p>Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 91.1 for the x86/AMD64, PowerPC, and UML/Xen platforms.</p>
<p>Finnix 91.1 is a bugfix and maintenance release.  Memtest86+ has been upgraded to 2.01, software RAID autodetection has been fixed, and finnix-thumbdrive has been fixed with udev support and support for drives over 1GB.</p>
<p>Finnix 91.1 also incudes an updated 2.6.24 kernel with the Linux vmsplice exploit fixed.  If you use Finnix in any environment where untrusted users are allowed local access, please do not use Finnix 88.0 - 91.0, as these versions contain vulnerable kernels.</p>
<ul>
<li>Home page: <a href="http://www.finnix.org/">http://www.finnix.org/</a></li>
<li>Download: <a href="http://www.finnix.org/Download">http://www.finnix.org/Download</a></li>
<li>Release notes: <a href="http://www.finnix.org/Finnix_91.1_release_notes">http://www.finnix.org/Finnix_91.1_release_notes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2008/03/04/finnix-911-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finnix 91.0 Released</title>
		<link>http://blog.finnix.org/2008/01/28/finnix-910-released/</link>
		<comments>http://blog.finnix.org/2008/01/28/finnix-910-released/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 21:51:09 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Finnix]]></category>

		<guid isPermaLink="false">http://www.finnix.org/blog/2008/01/28/finnix-910-released/</guid>
		<description><![CDATA[Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 91.0 for the x86/AMD64, PowerPC, and UML/Xen platforms. Finnix 91.0 includes a new Linux kernel (2.6.24), automatic 32-bit/64-bit detection on the x86 platform, stackable RAID/LUKS/LVM detection and setup, and several bug fixes. Automatic [...]]]></description>
			<content:encoded><![CDATA[<p>Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 91.0 for the x86/AMD64, PowerPC, and UML/Xen platforms.</p>
<p>Finnix 91.0 includes a new Linux kernel (2.6.24), automatic 32-bit/64-bit detection on the x86 platform, stackable RAID/LUKS/LVM detection and setup, and several bug fixes.</p>
<p><b>Automatic 32-bit/64-bit detection (x86)</b></p>
<p>If you press "enter" at the boot screen of Finnix 91.0 x86, the boot loader will now detect if you have a 64-bit capable CPU, and will load the appropriate kernel. You can still force 32-bit or 64-bit by entering the "finnix" or "finnix64" boot profiles. Note that this is for the x86 Finnix CD only; PowerPC G5 users will still have to enter the "finnix64" boot profile manually, as the yaboot boot loader does not have this capability.</p>
<p><b>Stackable RAID/LUKS/LVM</b></p>
<p>While RAID, LUKS (encryption) and LVM detection have been in Finnix for awhile now, they were loaded in a certain order, and some configurations were not detected as a result. With Finnix 91.0, most configurations should be detected. For example, an encrypted LVM set on top of two RAID disks should be set up automatically.</p>
<p><b>Bug fixes</b></p>
<p>While not a "major new feature", several bug fixes were made for Finnix 91.0, including LVM/LUKS fixes, and multiple-level /dev block device detection corrections.</p>
<ul>
<li>Home page: <a href="http://www.finnix.org/">http://www.finnix.org/</a></li>
<li>Download: <a href="http://www.finnix.org/Download">http://www.finnix.org/Download</a></li>
<li>Release notes: <a href="http://www.finnix.org/Finnix_91.0_release_notes">http://www.finnix.org/Finnix_91.0_release_notes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2008/01/28/finnix-910-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finnix 90.0 Released</title>
		<link>http://blog.finnix.org/2007/10/23/finnix-900-released/</link>
		<comments>http://blog.finnix.org/2007/10/23/finnix-900-released/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 17:28:58 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Finnix]]></category>

		<guid isPermaLink="false">http://www.finnix.org/blog/2007/10/23/finnix-900-released/</guid>
		<description><![CDATA[On October 23, 2005, Finnix 86.0 was released, marking the revival of Finnix. Now, two years and 9 releases later, Finnix 90.0 has been released for the x86/AMD64, PowerPC, and UML/Xen platforms. Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Finnix 90.0 includes a new Linux kernel [...]]]></description>
			<content:encoded><![CDATA[<p>On October 23, 2005, Finnix 86.0 was released, marking the revival of Finnix.  Now, two years and 9 releases later, Finnix 90.0 has been released for the x86/AMD64, PowerPC, and UML/Xen platforms.  Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing.</p>
<p>Finnix 90.0 includes a new Linux kernel (2.6.22), faster booting, and the ability to boot from SATA CD-ROM and DVD-ROM devices, as well as updated Debian system software and bug fixes.</p>
<p><b>New Linux kernel</b></p>
<p>For the last 3 versions, Finnix has remained at kernel 2.6.18. After much delay, Finnix 90.0 includes Linux 2.6.22. Finnix 90.0's kernel includes support for both UnionFS 2 and AUFS, with UnionFS as the default for stability reasons.</p>
<p><b>Faster booting</b></p>
<p>Finnix 90.0 will now boot even quicker, about 8 seconds quicker than Finnix 89.0!</p>
<p><b>SATA CD-ROM booting</b></p>
<p>Finnix 90.0 can now be booted using Serial ATA (SATA) CD-ROM or DVD-ROM drives. This is in addition to the many other existing ways to boot Finnix: Parallel ATA CD/DVD drive, SCSI CD/DVD drive, USB thumb drive, hard drive, netboot, or virtualized (User Mode Linux, Xen). </p>
<ul>
<li>Home page: <a href="http://www.finnix.org/">http://www.finnix.org/</a></li>
<li>Download: <a href="http://www.finnix.org/Download">http://www.finnix.org/Download</a></li>
<li>Release notes: <a href="http://www.finnix.org/Finnix_90.0_release_notes">http://www.finnix.org/Finnix_90.0_release_notes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2007/10/23/finnix-900-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

