<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Compile Your Own Ubuntu Kernel by beginlinux.com</title>
	<atom:link href="http://blog.kutakutik.or.id/linux/compile-your-own-ubuntu-kernel-by-beginlinuxcom/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kutakutik.or.id/linux/compile-your-own-ubuntu-kernel-by-beginlinuxcom/</link>
	<description>My Collection for My Self</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:34:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew Weber</title>
		<link>http://blog.kutakutik.or.id/linux/compile-your-own-ubuntu-kernel-by-beginlinuxcom/comment-page-1/#comment-2586</link>
		<dc:creator>Andrew Weber</dc:creator>
		<pubDate>Tue, 11 Aug 2009 04:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kutakutik.or.id/uncategorized/compile-your-own-ubuntu-kernel-by-beginlinuxcom/#comment-2586</guid>
		<description>Thanks for commenting on the course. However the links seems to be broken. I&#039;ve placed a valid link in the website field. Also note we have expanded our Linux training recently to include live instructor-led classes, online courses, training CDs, PDFfs and Linux manuals. 
Check Us Out!
http://beginlinux.com</description>
		<content:encoded><![CDATA[<p>Thanks for commenting on the course. However the links seems to be broken. I&#8217;ve placed a valid link in the website field. Also note we have expanded our Linux training recently to include live instructor-led classes, online courses, training CDs, PDFfs and Linux manuals.<br />
Check Us Out!<br />
<a href="http://beginlinux.com" >http://beginlinux.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Building Ubuntu kernels &#8220;the right way&#8221; &#171; Mostly Ramblings</title>
		<link>http://blog.kutakutik.or.id/linux/compile-your-own-ubuntu-kernel-by-beginlinuxcom/comment-page-1/#comment-2322</link>
		<dc:creator>Building Ubuntu kernels &#8220;the right way&#8221; &#171; Mostly Ramblings</dc:creator>
		<pubDate>Sat, 03 Jan 2009 21:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kutakutik.or.id/uncategorized/compile-your-own-ubuntu-kernel-by-beginlinuxcom/#comment-2322</guid>
		<description>[...] Today I decided to learn how to play nice with Ubuntu&#8217;s kernel build facilities. I followed these instructions without issue (except that they show a space between options like &#8211;initrd, where [...]</description>
		<content:encoded><![CDATA[<p>[...] Today I decided to learn how to play nice with Ubuntu&#8217;s kernel build facilities. I followed these instructions without issue (except that they show a space between options like &#8211;initrd, where [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Ciociola</title>
		<link>http://blog.kutakutik.or.id/linux/compile-your-own-ubuntu-kernel-by-beginlinuxcom/comment-page-1/#comment-2310</link>
		<dc:creator>Michael Ciociola</dc:creator>
		<pubDate>Wed, 24 Dec 2008 23:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kutakutik.or.id/uncategorized/compile-your-own-ubuntu-kernel-by-beginlinuxcom/#comment-2310</guid>
		<description>Thank you, this was a very useful tutorial! Good work! Also I would like to thank Dave Holt for the corrections on code.</description>
		<content:encoded><![CDATA[<p>Thank you, this was a very useful tutorial! Good work! Also I would like to thank Dave Holt for the corrections on code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Holt</title>
		<link>http://blog.kutakutik.or.id/linux/compile-your-own-ubuntu-kernel-by-beginlinuxcom/comment-page-1/#comment-2286</link>
		<dc:creator>Dave Holt</dc:creator>
		<pubDate>Sun, 30 Nov 2008 22:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kutakutik.or.id/uncategorized/compile-your-own-ubuntu-kernel-by-beginlinuxcom/#comment-2286</guid>
		<description>Wow, submitting a comment corrupts it!

My example showed
two consecutive dashes, but the submittal process changed
it to a single dash.  That&#039;s very bad when you&#039;re trying
to discuss code or command lines.

Once again, the correct usage for the make-kpkg line is
to have two successive dashes before each of the initrd and
append-to-version options.</description>
		<content:encoded><![CDATA[<p>Wow, submitting a comment corrupts it!</p>
<p>My example showed<br />
two consecutive dashes, but the submittal process changed<br />
it to a single dash.  That&#8217;s very bad when you&#8217;re trying<br />
to discuss code or command lines.</p>
<p>Once again, the correct usage for the make-kpkg line is<br />
to have two successive dashes before each of the initrd and<br />
append-to-version options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Holt</title>
		<link>http://blog.kutakutik.or.id/linux/compile-your-own-ubuntu-kernel-by-beginlinuxcom/comment-page-1/#comment-2285</link>
		<dc:creator>Dave Holt</dc:creator>
		<pubDate>Sun, 30 Nov 2008 22:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kutakutik.or.id/uncategorized/compile-your-own-ubuntu-kernel-by-beginlinuxcom/#comment-2285</guid>
		<description>This is most current and correct documentation I found for building a kernel for Ubuntu.  Thanks to it, I have been able to build and use custom kernels. 

Many thanks to the authors.

I found two minor errors in the document:

1) A formatting error in the make-kpkg line.

Instead of &quot;- -initrd&quot;, it should be &quot;--initrd&quot;, and
instead of &quot;- -append-to-version&quot; it should be 
&quot;--append-to-version&quot;.
(that is, replace &quot;dash,space,dash&quot; with &quot;dash,dash&quot;).

2) Between the &quot;fakeroot make-kpkg ...&quot; line and the
&quot;dpkg -i linux-image-...&quot; line you need to do
&quot;cd ..&quot;, since dpkg needs to be run in the parent
directory where the .deb files were created by the make-kpkg command.</description>
		<content:encoded><![CDATA[<p>This is most current and correct documentation I found for building a kernel for Ubuntu.  Thanks to it, I have been able to build and use custom kernels. </p>
<p>Many thanks to the authors.</p>
<p>I found two minor errors in the document:</p>
<p>1) A formatting error in the make-kpkg line.</p>
<p>Instead of &#8220;- -initrd&#8221;, it should be &#8220;&#8211;initrd&#8221;, and<br />
instead of &#8220;- -append-to-version&#8221; it should be<br />
&#8220;&#8211;append-to-version&#8221;.<br />
(that is, replace &#8220;dash,space,dash&#8221; with &#8220;dash,dash&#8221;).</p>
<p>2) Between the &#8220;fakeroot make-kpkg &#8230;&#8221; line and the<br />
&#8220;dpkg -i linux-image-&#8230;&#8221; line you need to do<br />
&#8220;cd ..&#8221;, since dpkg needs to be run in the parent<br />
directory where the .deb files were created by the make-kpkg command.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
