<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.5" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Timothy Redaelli</title>
		<link>http://blogs.gentoo.org/drizzt</link>
		<description></description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.5"/>
		<ttl>60</ttl>
				<item>
			<title>New Gentoo/FreeBSD 6.2 stages</title>
			<link>http://blogs.gentoo.org/drizzt/2007/05/07/new_gentoo_freebsd_6_2_stages</link>
			<pubDate>Mon, 07 May 2007 22:20:05 +0000</pubDate>			<dc:creator>Timothy REDAELLI</dc:creator>
			<category domain="main">Gentoo</category>			<guid isPermaLink="false">1315@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;I updated the Gentoo/FreeBSD stages to 6.2-r1.&lt;br /&gt;
&lt;strong&gt;Changes:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Changed CHOST from i486 to i686 to avoid the tcp checksum bug (thanks to Joe Peterson for reporting)&lt;/li&gt;
  &lt;li&gt;Updated baselayout to 2.0.0_alpha1 (with a large startup speed inprovement, thanks to &lt;a href=&quot;http://roy.marples.name/&quot;&gt;Roy Marples&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Removed dhclient from stage3, you need to select your favorite dhcp client such as in Gentoo/Linux (for the time being you can only select net-misc/dhcpcd or net-misc/dhcp)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As usual you can find the stages into /experimental/x86/freebsd/stages/ of your favorite mirror.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/drizzt/2007/05/07/new_gentoo_freebsd_6_2_stages&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>I updated the Gentoo/FreeBSD stages to 6.2-r1.<br />
<strong>Changes:</strong></p>
<ul>
  <li>Changed CHOST from i486 to i686 to avoid the tcp checksum bug (thanks to Joe Peterson for reporting)</li>
  <li>Updated baselayout to 2.0.0_alpha1 (with a large startup speed inprovement, thanks to <a href="http://roy.marples.name/">Roy Marples</a>)</li>
  <li>Removed dhclient from stage3, you need to select your favorite dhcp client such as in Gentoo/Linux (for the time being you can only select net-misc/dhcpcd or net-misc/dhcp)</li>
</ul>

<p>As usual you can find the stages into /experimental/x86/freebsd/stages/ of your favorite mirror.</p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/drizzt/2007/05/07/new_gentoo_freebsd_6_2_stages">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/drizzt/2007/05/07/new_gentoo_freebsd_6_2_stages#comments</comments>
		</item>
				<item>
			<title>FreeBSD current snapshots</title>
			<link>http://blogs.gentoo.org/drizzt/2007/04/20/freebsd_current_snapshots</link>
			<pubDate>Fri, 20 Apr 2007 09:08:11 +0000</pubDate>			<dc:creator>Timothy REDAELLI</dc:creator>
			<category domain="main">Gentoo</category>			<guid isPermaLink="false">1305@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;Hi,&lt;br /&gt;
Nathan Smith, our best AT (ops he is the only one &lt;img src=&quot;http://blogs.gentoo.org/rsc/smilies/graybigrazz.gif&quot; alt=&quot;&amp;#58;&amp;#80;&quot; class=&quot;middle&quot; /&gt;), tried to recompile freebsd-sources with gcc 3 and he &lt;a href=&quot;http://archives.gentoo.org/gentoo-bsd/msg_00128.xml&quot;&gt;found&lt;/a&gt; that the bad TCP checksum problem is caused by gcc 4.&lt;/p&gt;

&lt;p&gt;I'm going to release a pre-alpha release based on CURRENT (7.0) snapshot.&lt;/p&gt;

&lt;p&gt;Later I will acquaint where you can found the ebuilds.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt;&lt;br /&gt;
I released Gentoo/FreeBSD 7.0_pre200704 ebuilds under my overlay.&lt;/p&gt;

&lt;p&gt;You should have my overlay&lt;br /&gt;
&lt;code&gt;layman -a drizzt-overlay&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;You must change your profile&lt;br /&gt;
&lt;code&gt;rm /etc/make.profile&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;ln -s /usr/portage/local/layman/drizzt-overlay/profiles/default-bsd/fbsd/7.0/x86 /etc/make.profile&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Then you must change your CHOST as &lt;a href=&quot;http://www.gentoo.org/doc/en/change-chost.xml&quot; target=&quot;_blank&quot;&gt;guide&lt;/a&gt; say.&lt;/p&gt;

&lt;p&gt;Using &lt;code&gt;emerge -av1 binutils gcc freebsd-lib&lt;/code&gt; instead of glibc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Known Bugs:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Locales are broken&lt;/li&gt;
	&lt;li&gt;I need to port the 6.1 patch of rtld-elf to 7.0&lt;/li&gt;
	&lt;li&gt;sparc-fbsd keyword is dropped&lt;/li&gt;
&lt;/ul&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/drizzt/2007/04/20/freebsd_current_snapshots&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Hi,<br />
Nathan Smith, our best AT (ops he is the only one <img src="http://blogs.gentoo.org/rsc/smilies/graybigrazz.gif" alt="&#58;&#80;" class="middle" />), tried to recompile freebsd-sources with gcc 3 and he <a href="http://archives.gentoo.org/gentoo-bsd/msg_00128.xml">found</a> that the bad TCP checksum problem is caused by gcc 4.</p>

<p>I'm going to release a pre-alpha release based on CURRENT (7.0) snapshot.</p>

<p>Later I will acquaint where you can found the ebuilds.</p>

<p><strong>Update:</strong><br />
I released Gentoo/FreeBSD 7.0_pre200704 ebuilds under my overlay.</p>

<p>You should have my overlay<br />
<code>layman -a drizzt-overlay</code></p>

<p>You must change your profile<br />
<code>rm /etc/make.profile</code><br />
<code>ln -s /usr/portage/local/layman/drizzt-overlay/profiles/default-bsd/fbsd/7.0/x86 /etc/make.profile</code></p>

<p>Then you must change your CHOST as <a href="http://www.gentoo.org/doc/en/change-chost.xml" target="_blank">guide</a> say.</p>

<p>Using <code>emerge -av1 binutils gcc freebsd-lib</code> instead of glibc.</p>

<p><strong>Known Bugs:</strong></p>
<ul>
	<li>Locales are broken</li>
	<li>I need to port the 6.1 patch of rtld-elf to 7.0</li>
	<li>sparc-fbsd keyword is dropped</li>
</ul><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/drizzt/2007/04/20/freebsd_current_snapshots">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/drizzt/2007/04/20/freebsd_current_snapshots#comments</comments>
		</item>
				<item>
			<title>Benchmark MySQL</title>
			<link>http://blogs.gentoo.org/drizzt/2007/03/13/benchmark_mysql</link>
			<pubDate>Tue, 13 Mar 2007 15:03:38 +0000</pubDate>			<dc:creator>Timothy REDAELLI</dc:creator>
			<category domain="main">FreeBSD</category>			<guid isPermaLink="false">1282@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;&lt;a href=&quot;https://www.manuelmartini.it/bench/mysql/&quot;&gt;https://www.manuelmartini.it/bench/mysql/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.manuelmartini.it/&quot;&gt;Manuel Martini&lt;/a&gt; a &lt;a href=&quot;http://www.gufi.org/&quot;&gt;G.U.F.I.&lt;/a&gt; Staff Member &lt;a href=&quot;https://www.manuelmartini.it/bench/mysql/&quot;&gt;released&lt;/a&gt; an exhaustive &lt;a href=&quot;http://www.mysql.org/&quot;&gt;MySql&lt;/a&gt; benchmark (using SQL-bench Mysql 5.0.33) using different configurations.&lt;br /&gt;
Ehi! &lt;a href=&quot;http://www.freebsd.org/&quot;&gt;FreeBSD&lt;/a&gt; is not as bad as commonly believed &lt;img src=&quot;http://blogs.gentoo.org/rsc/smilies/icon_twisted.gif&quot; alt=&quot;&amp;#58;&amp;#62;&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/drizzt/2007/03/13/benchmark_mysql&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><a href="https://www.manuelmartini.it/bench/mysql/">https://www.manuelmartini.it/bench/mysql/</a></p><p><a href="http://www.manuelmartini.it/">Manuel Martini</a> a <a href="http://www.gufi.org/">G.U.F.I.</a> Staff Member <a href="https://www.manuelmartini.it/bench/mysql/">released</a> an exhaustive <a href="http://www.mysql.org/">MySql</a> benchmark (using SQL-bench Mysql 5.0.33) using different configurations.<br />
Ehi! <a href="http://www.freebsd.org/">FreeBSD</a> is not as bad as commonly believed <img src="http://blogs.gentoo.org/rsc/smilies/icon_twisted.gif" alt="&#58;&#62;" class="middle" /></p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/drizzt/2007/03/13/benchmark_mysql">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/drizzt/2007/03/13/benchmark_mysql#comments</comments>
		</item>
				<item>
			<title>Proud to be italian (ROTFL)</title>
			<link>http://blogs.gentoo.org/drizzt/2007/03/07/proud_to_be_italian_rotfl</link>
			<pubDate>Wed, 07 Mar 2007 11:30:55 +0000</pubDate>			<dc:creator>Timothy REDAELLI</dc:creator>
			<category domain="main">Misc</category>			<guid isPermaLink="false">1273@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=shGxH0pN0CM&quot;&gt;http://www.youtube.com/watch?v=shGxH0pN0CM&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=shGxH0pN0CM&quot;&gt;The Vice President of Italy and Minister of Cultural Heritage Francesco Rutelli presents the new portal on tourism in Italy, italia.it.&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/drizzt/2007/03/07/proud_to_be_italian_rotfl&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=shGxH0pN0CM">http://www.youtube.com/watch?v=shGxH0pN0CM</a></p><p><a href="http://www.youtube.com/watch?v=shGxH0pN0CM">The Vice President of Italy and Minister of Cultural Heritage Francesco Rutelli presents the new portal on tourism in Italy, italia.it.</a></p>
<div class="item_footer"><p><small><a href="http://blogs.gentoo.org/drizzt/2007/03/07/proud_to_be_italian_rotfl">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/drizzt/2007/03/07/proud_to_be_italian_rotfl#comments</comments>
		</item>
				<item>
			<title>Jamendo - Antarhes : Breathin' Again</title>
			<link>http://blogs.gentoo.org/drizzt/2007/03/07/jamendo_antarhes_breathin_again</link>
			<pubDate>Wed, 07 Mar 2007 11:19:03 +0000</pubDate>			<dc:creator>Timothy REDAELLI</dc:creator>
			<category domain="main">Misc</category>			<guid isPermaLink="false">1272@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;&lt;a href=&quot;http://www.jamendo.com/it/album/953/&quot;&gt;http://www.jamendo.com/it/album/953/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Yesterday I discovered a good album on &lt;a href=&quot;http://www.jamendo.com&quot;&gt;Jamendo&lt;/a&gt; that I would suggest to anyone&lt;br /&gt;
&lt;a href=&quot;http://www.jamendo.com/it/album/953/&quot;&gt;Breathin' Again&lt;/a&gt; by &lt;a href=&quot;http://www.jamendo.com/it/artist/antarhes/&quot;&gt;Antarhes&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/drizzt/2007/03/07/jamendo_antarhes_breathin_again&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://www.jamendo.com/it/album/953/">http://www.jamendo.com/it/album/953/</a></p><p>Yesterday I discovered a good album on <a href="http://www.jamendo.com">Jamendo</a> that I would suggest to anyone<br />
<a href="http://www.jamendo.com/it/album/953/">Breathin' Again</a> by <a href="http://www.jamendo.com/it/artist/antarhes/">Antarhes</a></p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/drizzt/2007/03/07/jamendo_antarhes_breathin_again">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/drizzt/2007/03/07/jamendo_antarhes_breathin_again#comments</comments>
		</item>
				<item>
			<title>Gentoo/FreeBSD stages 6.2 published</title>
			<link>http://blogs.gentoo.org/drizzt/2007/03/05/gentoo_freebsd_stages_6_2_published</link>
			<pubDate>Mon, 05 Mar 2007 19:10:05 +0000</pubDate>			<dc:creator>Timothy REDAELLI</dc:creator>
			<category domain="main">Gentoo</category>			<guid isPermaLink="false">1268@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;Finally the stages are published on mirrors.&lt;br /&gt;
You can get in experimental/x86/freebsd/stages/ directory&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/drizzt/2007/03/05/gentoo_freebsd_stages_6_2_published&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Finally the stages are published on mirrors.<br />
You can get in experimental/x86/freebsd/stages/ directory</p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/drizzt/2007/03/05/gentoo_freebsd_stages_6_2_published">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/drizzt/2007/03/05/gentoo_freebsd_stages_6_2_published#comments</comments>
		</item>
				<item>
			<title>New Gentoo/FreeBSD stages ready</title>
			<link>http://blogs.gentoo.org/drizzt/2007/03/01/new_gentoo_freebsd_stages_ready</link>
			<pubDate>Thu, 01 Mar 2007 12:51:05 +0000</pubDate>			<dc:creator>Timothy REDAELLI</dc:creator>
			<category domain="main">Gentoo</category>			<guid isPermaLink="false">1264@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;Hello boys,&lt;br /&gt;
The new fresh Gentoo/FreeBSD 6.2 x86 stages are ready to use and tested.&lt;br /&gt;
The installation guide is always &lt;a href=&quot;http://www.gentoo.org/doc/en/gentoo-freebsd.xml&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy &lt;img src=&quot;http://blogs.gentoo.org/rsc/smilies/icon_mrgreen.gif&quot; alt=&quot;&amp;#58;&amp;#62;&amp;#62;&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Edit:&lt;/strong&gt;Thanks to solar now we (UberLord and I) can put the stages directly on the mirrors. You rocks, thx &lt;img src=&quot;http://blogs.gentoo.org/rsc/smilies/icon_rolleyes.gif&quot; alt=&quot;&amp;#58;&amp;#114;&amp;#111;&amp;#108;&amp;#108;&amp;#58;&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/drizzt/2007/03/01/new_gentoo_freebsd_stages_ready&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Hello boys,<br />
The new fresh Gentoo/FreeBSD 6.2 x86 stages are ready to use and tested.<br />
The installation guide is always <a href="http://www.gentoo.org/doc/en/gentoo-freebsd.xml">here</a>.</p>

<p>Enjoy <img src="http://blogs.gentoo.org/rsc/smilies/icon_mrgreen.gif" alt="&#58;&#62;&#62;" class="middle" /></p>

<p><strong>Edit:</strong>Thanks to solar now we (UberLord and I) can put the stages directly on the mirrors. You rocks, thx <img src="http://blogs.gentoo.org/rsc/smilies/icon_rolleyes.gif" alt="&#58;&#114;&#111;&#108;&#108;&#58;" class="middle" /></p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/drizzt/2007/03/01/new_gentoo_freebsd_stages_ready">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/drizzt/2007/03/01/new_gentoo_freebsd_stages_ready#comments</comments>
		</item>
				<item>
			<title>Future of Gentoo/FreeBSD</title>
			<link>http://blogs.gentoo.org/drizzt/2007/02/28/future_of_gentoo_freebsd</link>
			<pubDate>Wed, 28 Feb 2007 19:21:24 +0000</pubDate>			<dc:creator>Timothy REDAELLI</dc:creator>
			<category domain="main">Gentoo</category>
<category domain="alt">FreeBSD</category>			<guid isPermaLink="false">1262@http://blogs.gentoo.org/</guid>
						<description>&lt;p&gt;Since Flameeyes has retired UberLord and I become the new leads.&lt;/p&gt;

&lt;p&gt;Uber is working on baselayout2 that should boost up the startup time (90% of gain) because it is developed in C and sh (in BSD systems /bin/sh is not bash).&lt;/p&gt;

&lt;p&gt;I was working on stage building but my horrible Maxtor 60gb doesn't resist it &gt;&lt;img src=&quot;http://blogs.gentoo.org/rsc/smilies/icon_sad.gif&quot; alt=&quot;&amp;#58;&amp;#40;&quot; class=&quot;middle&quot; /&gt; so I asked the new member (&lt;a href=&quot;http://01welp.co.uk/&quot;&gt;welp&lt;/a&gt;) to build it.&lt;/p&gt;

&lt;p&gt;I'm also working on Gentoo/FreeBSD livecd and I hope I can release it asap&lt;img src=&quot;http://blogs.gentoo.org/rsc/smilies/icon_razz.gif&quot; alt=&quot;&amp;#58;&amp;#112;&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Stay tuned, more news are coming soon (flash support, linux emulation support, etc) &lt;img src=&quot;http://blogs.gentoo.org/rsc/smilies/icon_smile.gif&quot; alt=&quot;&amp;#58;&amp;#41;&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.gentoo.org/drizzt/2007/02/28/future_of_gentoo_freebsd&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Since Flameeyes has retired UberLord and I become the new leads.</p>

<p>Uber is working on baselayout2 that should boost up the startup time (90% of gain) because it is developed in C and sh (in BSD systems /bin/sh is not bash).</p>

<p>I was working on stage building but my horrible Maxtor 60gb doesn't resist it ><img src="http://blogs.gentoo.org/rsc/smilies/icon_sad.gif" alt="&#58;&#40;" class="middle" /> so I asked the new member (<a href="http://01welp.co.uk/">welp</a>) to build it.</p>

<p>I'm also working on Gentoo/FreeBSD livecd and I hope I can release it asap<img src="http://blogs.gentoo.org/rsc/smilies/icon_razz.gif" alt="&#58;&#112;" class="middle" /></p>

<p>Stay tuned, more news are coming soon (flash support, linux emulation support, etc) <img src="http://blogs.gentoo.org/rsc/smilies/icon_smile.gif" alt="&#58;&#41;" class="middle" /></p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/drizzt/2007/02/28/future_of_gentoo_freebsd">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.gentoo.org/drizzt/2007/02/28/future_of_gentoo_freebsd#comments</comments>
		</item>
			</channel>
</rss>
