<?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>Wink Saville's Blog &#187; pxe</title>
	<atom:link href="http://www.winksaville.com/blog/category/pxe/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winksaville.com/blog</link>
	<description>My personal notes</description>
	<lastBuildDate>Tue, 08 Sep 2009 14:45:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PXE &#8211; Booting via network cards</title>
		<link>http://www.winksaville.com/blog/linux/pxe-booting-via-network-cards/</link>
		<comments>http://www.winksaville.com/blog/linux/pxe-booting-via-network-cards/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 22:08:55 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[pxe]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/linux/pxe-booting-via-network-cards/</guid>
		<description><![CDATA[To get PXE there are several resources on the web,  here and here. The sources for pxelinux.0 is in syslinux. Anyway, here&#8217;s what I did; First, to use PXE you need to have a more capable DHCP server, so I switched to dhcpd3-server on my linux:


wink@saville-server:/etc/dhcp3$ cat my-dhcpd.conf
ddns-update-style interim;
option domain-name "saville.com";
option domain-name-servers 68.87.76.178, 66.240.49.9;
default-lease-time [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/linux/pxe-booting-via-network-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
