<?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>UnderworldLabs.org &#187; kernel</title>
	<atom:link href="http://underworldlabs.org/tag/kernel/feed/" rel="self" type="application/rss+xml" />
	<link>http://underworldlabs.org</link>
	<description>My Dropbox</description>
	<lastBuildDate>Fri, 07 Oct 2011 13:46:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Compiling a debian kernel for 2.6.29+</title>
		<link>http://underworldlabs.org/blog/compiling-a-debian-kernel-for-2629/</link>
		<comments>http://underworldlabs.org/blog/compiling-a-debian-kernel-for-2629/#comments</comments>
		<pubDate>Mon, 25 May 2009 14:53:51 +0000</pubDate>
		<dc:creator>Takis Diakoumis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[kernel]]></category>

		<guid isPermaLink="false">http://underworldlabs.org/?p=110</guid>
		<description><![CDATA[A recent [documented] change in the debian kernel-package effectively rendered the &#8211;initrd flag to a kernel build all but useless (a little harsh, i know)....]]></description>
			<content:encoded><![CDATA[<p>A recent [documented] change in the <a href="http://debian.org" target="_blank">debian</a> kernel-package effectively rendered the &#8211;initrd flag to a kernel build all but useless (a little harsh, i know). In actual fact, it now only notifies the hook scripts that an initrd is required &#8211; however one is no longer created.</p>
<p>This created a little bit of fuss on the various lists and a few bug reports at <a href="http://bugs.debian.org" target="_blank">bugs.debian.org</a>. Some of the more informative ones can be found <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524499" target="_blank">here</a> and <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528373" target="_blank">here</a>.</p>
<p>In short, the change was documented in the package NEWS and README files with hints to check out the post script sample scripts and apply these to the relevant directories in /etc/kernel.</p>
<p>I copied over the following:</p>
<pre>/usr/share/kernel-package/examples/etc/kernel/postinst.d/initramfs</pre>
<p>to</p>
<pre>/etc/kernel/postinst.d</pre>
<p>and</p>
<pre>/usr/share/kernel-package/examples/etc/kernel/postrm.d/initramfs</pre>
<p>to</p>
<pre>/etc/kernel/postrm.d</pre>
<p>From there just a normal build and install and all was well.</p>
]]></content:encoded>
			<wfw:commentRss>http://underworldlabs.org/blog/compiling-a-debian-kernel-for-2629/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

