<?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>PABLO GODEL &#187; linux</title>
	<atom:link href="http://pablogodel.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://pablogodel.com</link>
	<description>Software Development / Sailing / Photography / House Music</description>
	<lastBuildDate>Sun, 08 Nov 2009 03:42:41 +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>Creating a CentOS USB drive on Mac OS X</title>
		<link>http://pablogodel.com/2009/11/07/creating-a-centos-usb-drive-on-mac-os-x/</link>
		<comments>http://pablogodel.com/2009/11/07/creating-a-centos-usb-drive-on-mac-os-x/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 03:42:41 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://pablogodel.com/?p=38</guid>
		<description><![CDATA[
Download .iso, either netinstall or LiveCD.
get mounted disk by inserting drive and running diskutil list
unmont disk by running diskutil umountDisk /dev/disk3
write image by running: dd if=~/Downloads/centos\ 5.4/CentOS-5.4-x86_64-netinstall.iso of=/dev/disk3 bs=1m
run diskutil eject /dev/disk3
try it!

]]></description>
			<content:encoded><![CDATA[<ol>
<li>Download .iso, either netinstall or LiveCD.</li>
<li>get mounted disk by inserting drive and running diskutil list</li>
<li>unmont disk by running diskutil umountDisk /dev/disk3</li>
<li>write image by running: dd if=~/Downloads/centos\ 5.4/CentOS-5.4-x86_64-netinstall.iso of=/dev/disk3 bs=1m</li>
<li>run diskutil eject /dev/disk3</li>
<li>try it!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://pablogodel.com/2009/11/07/creating-a-centos-usb-drive-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
