<?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 for Ruizs Place</title>
	<atom:link href="http://www.ruizs.org/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ruizs.org</link>
	<description>The ramblings of Steve-0</description>
	<lastBuildDate>Fri, 16 Sep 2011 09:43:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Updating RedHat/CentOS Kickstart with new drivers by Turned out to be a driver issue by Oscar Gonzalez posted at notagrouch.com</title>
		<link>http://www.ruizs.org/archives/49/comment-page-1#comment-334</link>
		<dc:creator>Turned out to be a driver issue by Oscar Gonzalez posted at notagrouch.com</dc:creator>
		<pubDate>Fri, 16 Sep 2011 09:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/archives/49#comment-334</guid>
		<description>[...] to updating the drivers. So I had to build a new driver, in the same manner that my buddy Steve built a driver for this very same [...]</description>
		<content:encoded><![CDATA[<p>[...] to updating the drivers. So I had to build a new driver, in the same manner that my buddy Steve built a driver for this very same [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating RedHat/CentOS Kickstart with new drivers by steve</title>
		<link>http://www.ruizs.org/archives/49/comment-page-1#comment-333</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 31 Aug 2011 03:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/archives/49#comment-333</guid>
		<description>Thanks for the update!  I probably need to get a centos 6 kickstart going soon too, so this is very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for the update!  I probably need to get a centos 6 kickstart going soon too, so this is very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating RedHat/CentOS Kickstart with new drivers by eburrows</title>
		<link>http://www.ruizs.org/archives/49/comment-page-1#comment-332</link>
		<dc:creator>eburrows</dc:creator>
		<pubDate>Fri, 26 Aug 2011 17:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/archives/49#comment-332</guid>
		<description>Steve,
A great howto, thank you! 

However, since your original post, a few things have changed, so here are my updates, learned by trial and error:

1. The initrd.img file is no longer ext2, it is a CPIO archive. So, to extract, do:

  gunzip -c initrd.img &#124; cpio -iv

2. To re-create initrd, do:

  find .buildstamp .profile * &#124; cpio -H newc -ov &#124; gzip -c &gt; ../initrd-new.img

3. The pcitable file is now named pci.ids, and is in a multi-line format, but is straight-forward.

4. It may be necessary to add the driver pci values to the modules.alias file, which is in a similar format to pci.ids.

5. It may be necessary to add the driver to the module-info file, for pretty output to the user.

I found some help at this URL:  http://smshaker.wordpress.com/2009/04/09/adding-network-driver-to-pxe-initrdimg/


Thanks!
  - Erik Burrows</description>
		<content:encoded><![CDATA[<p>Steve,<br />
A great howto, thank you! </p>
<p>However, since your original post, a few things have changed, so here are my updates, learned by trial and error:</p>
<p>1. The initrd.img file is no longer ext2, it is a CPIO archive. So, to extract, do:</p>
<p>  gunzip -c initrd.img | cpio -iv</p>
<p>2. To re-create initrd, do:</p>
<p>  find .buildstamp .profile * | cpio -H newc -ov | gzip -c &gt; ../initrd-new.img</p>
<p>3. The pcitable file is now named pci.ids, and is in a multi-line format, but is straight-forward.</p>
<p>4. It may be necessary to add the driver pci values to the modules.alias file, which is in a similar format to pci.ids.</p>
<p>5. It may be necessary to add the driver to the module-info file, for pretty output to the user.</p>
<p>I found some help at this URL:  <a href="http://smshaker.wordpress.com/2009/04/09/adding-network-driver-to-pxe-initrdimg/" rel="nofollow">http://smshaker.wordpress.com/2009/04/09/adding-network-driver-to-pxe-initrdimg/</a></p>
<p>Thanks!<br />
  &#8211; Erik Burrows</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the Nexenta SA-API &#8211; nexenta-health plugin for Nagios by brad</title>
		<link>http://www.ruizs.org/archives/163/comment-page-1#comment-317</link>
		<dc:creator>brad</dc:creator>
		<pubDate>Thu, 10 Mar 2011 04:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/?p=163#comment-317</guid>
		<description>We are working to improve the feature set accessible through the API as well as the associated documentation. Feel free to contact me at brad @ nexenta dot com to provide me with feedback on improvements you would like to see in the API set and product.

Thanks for sharing your script.</description>
		<content:encoded><![CDATA[<p>We are working to improve the feature set accessible through the API as well as the associated documentation. Feel free to contact me at brad @ nexenta dot com to provide me with feedback on improvements you would like to see in the API set and product.</p>
<p>Thanks for sharing your script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating RedHat/CentOS Kickstart with new drivers by Adding a new driver to CentOS/RHEL 5.x initrd.img &#124; Kroko</title>
		<link>http://www.ruizs.org/archives/49/comment-page-1#comment-315</link>
		<dc:creator>Adding a new driver to CentOS/RHEL 5.x initrd.img &#124; Kroko</dc:creator>
		<pubDate>Tue, 04 Jan 2011 05:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/archives/49#comment-315</guid>
		<description>[...] Googling around, I couldn’t find much resources or how-tos, the best one was thispost… [...]</description>
		<content:encoded><![CDATA[<p>[...] Googling around, I couldn’t find much resources or how-tos, the best one was thispost… [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Synchronizing multiple iTunes libraries by steve</title>
		<link>http://www.ruizs.org/archives/98/comment-page-1#comment-305</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Tue, 15 Dec 2009 18:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/?p=98#comment-305</guid>
		<description>Just an update, I ran into an issue with Syncopation where it would re-sync my whole library, on both machines, constantly.  Haven&#039;t heard back from support on this, so I picked up a copy of myTuneSync, and it has been working.  Official endorsement changed to myTuneSync.</description>
		<content:encoded><![CDATA[<p>Just an update, I ran into an issue with Syncopation where it would re-sync my whole library, on both machines, constantly.  Haven&#8217;t heard back from support on this, so I picked up a copy of myTuneSync, and it has been working.  Official endorsement changed to myTuneSync.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a true read-only user in PostgreSQL by Creating a true read-only user in PostgreSQL - DbRunas</title>
		<link>http://www.ruizs.org/archives/89/comment-page-1#comment-303</link>
		<dc:creator>Creating a true read-only user in PostgreSQL - DbRunas</dc:creator>
		<pubDate>Tue, 25 Aug 2009 19:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/?p=89#comment-303</guid>
		<description>[...] http://www.ruizs.org/archives/89 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.ruizs.org/archives/89" rel="nofollow">http://www.ruizs.org/archives/89</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Syncing Adium chat logs across multiple Macs, v2.0 by stevek</title>
		<link>http://www.ruizs.org/archives/80/comment-page-1#comment-301</link>
		<dc:creator>stevek</dc:creator>
		<pubDate>Fri, 07 Aug 2009 21:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/?p=80#comment-301</guid>
		<description>helpful tip, thanks.</description>
		<content:encoded><![CDATA[<p>helpful tip, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting a Physical Windows Server to Xen / Oracle VM, by way of VMware by muychingon</title>
		<link>http://www.ruizs.org/archives/63/comment-page-1#comment-300</link>
		<dc:creator>muychingon</dc:creator>
		<pubDate>Tue, 14 Jul 2009 19:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/?p=63#comment-300</guid>
		<description>This was very useful for me while I worked on the new PXE boot environment. See this: Adding &lt;a href=&quot;http://notagrouch.com/technophile/ubergeek/adding-centos-53-pxe-boot.html&quot; rel=&quot;nofollow&quot;&gt;Centos 5.3 to PXE&lt;/a&gt;

thanks a lot!</description>
		<content:encoded><![CDATA[<p>This was very useful for me while I worked on the new PXE boot environment. See this: Adding <a href="http://notagrouch.com/technophile/ubergeek/adding-centos-53-pxe-boot.html" rel="nofollow">Centos 5.3 to PXE</a></p>
<p>thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting a Physical Windows Server to Xen / Oracle VM, by way of VMware by ksarkies</title>
		<link>http://www.ruizs.org/archives/63/comment-page-1#comment-299</link>
		<dc:creator>ksarkies</dc:creator>
		<pubDate>Wed, 17 Jun 2009 05:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/?p=63#comment-299</guid>
		<description>The batch file starts with

---------------------------
@echo off

if &quot;%1&quot;==&quot;&quot; goto noarg

set ctdir=%1:\i386

goto tryit



:noarg

set ctdir=%SystemRoot%\Driver Cache\i386



:tryit

---------------------------

Just replace i386 with amd64, works fine.

Sorry haven&#039;t used Win2000 - it seems to be a different beast.

Ken</description>
		<content:encoded><![CDATA[<p>The batch file starts with</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
@echo off</p>
<p>if &#8220;%1&#8243;==&#8221;" goto noarg</p>
<p>set ctdir=%1:\i386</p>
<p>goto tryit</p>
<p>:noarg</p>
<p>set ctdir=%SystemRoot%\Driver Cache\i386</p>
<p>:tryit</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Just replace i386 with amd64, works fine.</p>
<p>Sorry haven&#8217;t used Win2000 &#8211; it seems to be a different beast.</p>
<p>Ken</p>
]]></content:encoded>
	</item>
</channel>
</rss>

