<?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>Jeremy&#039;s Thoughts &#187; dracut</title>
	<atom:link href="http://velohacker.com/tag/dracut/feed/" rel="self" type="application/rss+xml" />
	<link>http://velohacker.com</link>
	<description>Ramblings of a Cyclist Hacker</description>
	<lastBuildDate>Thu, 19 Apr 2012 15:50:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Handing over the dracut reigns</title>
		<link>http://velohacker.com/2009/02/04/handing-over-the-dracut-reigns/</link>
		<comments>http://velohacker.com/2009/02/04/handing-over-the-dracut-reigns/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 04:05:01 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[dracut]]></category>

		<guid isPermaLink="false">http://velohacker.com/?p=3749</guid>
		<description><![CDATA[As people may have noticed, I&#8217;ve mostly passed the dracut torch on to davej and he&#8217;s done a more current status report which has been picked up by lwn for this week&#8217;s kernel section. Now, if we could get to &#8230; <a href="http://velohacker.com/2009/02/04/handing-over-the-dracut-reigns/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As people may have noticed, I&#8217;ve mostly passed the dracut torch on to <a href="http://codemonkey.org.uk">davej</a> and he&#8217;s done a <a href="http://www.codemonkey.org.uk/2009/02/02/dracut-status/">more current status report</a> which has been picked up by <a href="http://lwn.net">lwn</a> for this week&#8217;s kernel section.</p>
<p>Now, if we could get to people actually commenting on the core ideas of being entirely event driven and helping to fix various poor kernel/userspace interactions there (device-mapper&#8217;s integration with udev is poor and mdadm&#8217;s incremental mode didn&#8217;t work for me when I tried poking at it last) maybe there&#8217;d be some progress.  Unfortunately, klibc and busybox and $existing_tools end up being the core of any discussion anywhere.  </p>
<p>And it&#8217;s that propensity which sometimes make me unclear on the future of Linux. :-/</p>
]]></content:encoded>
			<wfw:commentRss>http://velohacker.com/2009/02/04/handing-over-the-dracut-reigns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dracut &#8212; Cross distribution initramfs infrastructure</title>
		<link>http://velohacker.com/2008/12/17/dracut-cross-distribution-initramfs-infrastructure/</link>
		<comments>http://velohacker.com/2008/12/17/dracut-cross-distribution-initramfs-infrastructure/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 19:24:00 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Livejournal Imports]]></category>
		<category><![CDATA[dracut]]></category>
		<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://velohacker.com/2008/12/dracut-cross-distribution-initramfs-infrastructure/</guid>
		<description><![CDATA[As davej was alluding to, we&apos;ve started trying to make progress on a new initramfs infrastructure that can be used across distributions instead of just being done for a single distribution. Thus far, the code is fairly early and proof-of-concept-y, &#8230; <a href="http://velohacker.com/2008/12/17/dracut-cross-distribution-initramfs-infrastructure/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://kernelslacker.livejournal.com/133876.html">davej was alluding to</a>, we&apos;ve started trying to make progress on a new initramfs infrastructure that can be used <i>across</i> distributions instead of just being done for a single distribution.  Thus far, the code is fairly early and proof-of-concept-y, but I can successfully boot root partitions, root on LVM or root on encrypted LVM.  The next step is to clean up the build side so that I can switch to using it with my laptop.  I wanted to go ahead and get the code out first, though.</p>
<p>The majority of the ideas behind the code are that we want to use the same tools and utilities that exist on the booted system (so regular bash, regular udev, no nash, no statically linked nonsense, no klibc) and also that we want to not have the initramfs as a slow-down.  The latter means that we run pretty much everything off of udev rules right now so that as soon as the devices are available, we mount and switch into the rootfs.  </p>
<p>So go ahead &apos;git clone git://fedorapeople.org/~katzj/dracut.git&apos; and read the README, HACKING and TODO files.  Also <a href="http://lkml.org/lkml/2008/12/17/318">sent to lkml</a> to get the mailing list started.  More hands more than welcome&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://velohacker.com/2008/12/17/dracut-cross-distribution-initramfs-infrastructure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

