<?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>teh fear &#187; boot</title>
	<atom:link href="http://www.tehfear.com/category/linux/boot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tehfear.com</link>
	<description>one sysadmin's crib notes</description>
	<lastBuildDate>Tue, 07 Apr 2009 11:11:35 +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>is grub complicated?</title>
		<link>http://www.tehfear.com/2007/10/13/is-grub-complicated/</link>
		<comments>http://www.tehfear.com/2007/10/13/is-grub-complicated/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 12:26:00 +0000</pubDate>
		<dc:creator>meh</dc:creator>
				<category><![CDATA[boot]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.tehfear.com/2007/10/13/is-grub-complicated/</guid>
		<description><![CDATA[Everytime I need to change something on a co-located server (ours are only about 2 miles from the main office, but it is still a pain if one has to go to the site because a server is not booting up) that requires restarting in a new configuration, I&#8217;m always worried that something might not [...]]]></description>
		<wfw:commentRss>http://www.tehfear.com/2007/10/13/is-grub-complicated/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>initrd</title>
		<link>http://www.tehfear.com/2007/10/08/initrd/</link>
		<comments>http://www.tehfear.com/2007/10/08/initrd/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 13:04:07 +0000</pubDate>
		<dc:creator>meh</dc:creator>
				<category><![CDATA[boot]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.tehfear.com/2007/10/08/initrd/</guid>
		<description><![CDATA[A file, key to the successful boot of many a linux system is the initrd image.
It used to be a simple gzipped loop filesystem, unpacked and mounted by commands similar to
gzip -dc initrd.img > initrd_unzipped.img
mount -o loop initrd_unzipped.img temp_dir
Then files can be tweaked inside &#8216;temp_dir&#8217;, the image is then updated by
umount temp_dir
gzip -9c initrd_unzipped.img > [...]]]></description>
		<wfw:commentRss>http://www.tehfear.com/2007/10/08/initrd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
