<?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>HyperBBQ &#187; Uncategorized</title>
	<atom:link href="http://www.hyperbbq.com/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hyperbbq.com</link>
	<description>The trials and tribulations of two college guys on a quest to conquer this thing called life</description>
	<lastBuildDate>Sat, 01 Aug 2009 02:04:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Packaging An Entire Gentoo System</title>
		<link>http://www.hyperbbq.com/index.php/2009/07/31/packaging-an-entire-gentoo-system/</link>
		<comments>http://www.hyperbbq.com/index.php/2009/07/31/packaging-an-entire-gentoo-system/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 02:04:29 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cut]]></category>
		<category><![CDATA[equery]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[quickpkg]]></category>
		<category><![CDATA[while]]></category>

		<guid isPermaLink="false">http://www.hyperbbq.com/?p=111</guid>
		<description><![CDATA[Just a tip as I needed to build binary packages for all the installed packages on a gentoo box:
equery list &#124; cut -d&#8217; &#8216; -f3 &#124; while read f; do quickpkg &#8220;=${f}&#8221;; done
It&#8217;s a giant hack, but it gets the job done.
]]></description>
			<content:encoded><![CDATA[<p>Just a tip as I needed to build binary packages for all the installed packages on a gentoo box:</p>
<blockquote><p>equery list | cut -d&#8217; &#8216; -f3 | while read f; do quickpkg &#8220;=${f}&#8221;; done</p></blockquote>
<p>It&#8217;s a giant hack, but it gets the job done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperbbq.com/index.php/2009/07/31/packaging-an-entire-gentoo-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista SP1 and EFI on MacBook Pro</title>
		<link>http://www.hyperbbq.com/index.php/2009/06/20/vista-sp1-and-efi-on-macbook-pro/</link>
		<comments>http://www.hyperbbq.com/index.php/2009/06/20/vista-sp1-and-efi-on-macbook-pro/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 20:30:46 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hyperbbq.com/?p=109</guid>
		<description><![CDATA[Looks like I need to update my triple-boot procedure with instructions for fixing the EFI bug that Vista SP1 introduced. The procedure requires a box running windows (sadly), and a utility called oscdimg.exe which I&#8217;ve mirrored. Here&#8217;s a quick rundown of the procedure posted at http://blog.aproductofsociety.org/?p=13:


 Download Vista SP1/2008 x64 ISO from MSDN, orgrab your [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like I need to update my triple-boot procedure with instructions for fixing the EFI bug that Vista SP1 introduced. The procedure requires a box running windows (sadly), and a utility called oscdimg.exe which I&#8217;ve mirrored. Here&#8217;s a quick rundown of the procedure posted at <a href="http://blog.aproductofsociety.org/?p=13" onclick="pageTracker._trackPageview('/outgoing/blog.aproductofsociety.org/?p=13&amp;referer=');">http://blog.aproductofsociety.org/?p=13</a>:</p>
<blockquote>
<ol>
<li> Download Vista SP1/2008 x64 ISO from MSDN, orgrab your CD</li>
<li>Create 3 folders c:\efi-iso c:\efi-exe c:\efi-dvd</li>
<li>Download <a href="http://www.hyperbbq.com/wp-content/uploads/2009/06/oscdimg.exe">oscdimg</a> into c:\efi-exe</li>
<li>Extract iso using 7Zip or WinRAR (Or copy the contents of the DVD) into c:\efi-dvd</li>
<li>Start up a command prompt (Start -&gt; Run -&gt; cmd)</li>
<li>Type: cd c:\efi-exe</li>
<li>Type: oscdimg -n -m -bc:\efi-dvd\boot\etfsboot.com c:\efi-dvd c:\efi-iso\server2008dvd.iso</li>
</ol>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperbbq.com/index.php/2009/06/20/vista-sp1-and-efi-on-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
