<?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>Kavoshgar &#187; tricks</title>
	<atom:link href="http://www.moallemi.ir/en/blog/tag/tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moallemi.ir/en/blog</link>
	<description>Reza Moallemi&#039;s Personal Weblog</description>
	<lastBuildDate>Fri, 02 Jul 2010 13:37:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to set up Fedora Install DVD as a Yum repository</title>
		<link>http://www.moallemi.ir/en/blog/2009/07/22/how-to-set-up-fedora-install-dvd-as-a-yum-repository/</link>
		<comments>http://www.moallemi.ir/en/blog/2009/07/22/how-to-set-up-fedora-install-dvd-as-a-yum-repository/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 07:35:46 +0000</pubDate>
		<dc:creator>Reza Moallemi</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.moallemi.ir/en/blog/?p=65</guid>
		<description><![CDATA[
It&#8217;s obviously useful to set up a local repository in Fedora Core 6 to take files from local repository instead of having to go to the Internet to get them.
In Fedora Core 5 and above, the installer is based on yum and so there is actually yum repository metadata present on the DVD.
Configure yum to [...]


Related posts:<ol><li><a href='http://www.moallemi.ir/en/blog/2009/06/10/fedora-11-released/' rel='bookmark' title='Permanent Link: Fedora 11 Released'>Fedora 11 Released</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-67" title="Fedora" src="http://www.moallemi.ir/en/blog/wp-content/uploads/2009/07/fedora-logo.png" alt="Fedora" width="141" height="139" /><br />
It&#8217;s obviously useful to set up a local repository in Fedora Core 6 to take files from local repository instead of having to go to the Internet to get them.<br />
In Fedora Core 5 and above, the installer is based on yum and so there is actually yum repository metadata present on the DVD.</p>
<p><strong>Configure yum to use your new repository</strong></p>
<p>[code lang="bash"]</p>
<p>$ su -<br />
# gedit /etc/yum.repos.d/dvd.repo<br />
[/code]</p>
<p>add the following lines to this file and then save it.</p>
<p>[code lang="plain"]</p>
<p>[DVD]<br />
name=Fedora DVD $releasever - $basearch<br />
failovermethod=priority<br />
baseurl=path/to/yuor/dvd/media<br />
enabled=1<br />
gpgcheck=0</p>
<p>[/code]</p>


<p>Related posts:<ol><li><a href='http://www.moallemi.ir/en/blog/2009/06/10/fedora-11-released/' rel='bookmark' title='Permanent Link: Fedora 11 Released'>Fedora 11 Released</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.moallemi.ir/en/blog/2009/07/22/how-to-set-up-fedora-install-dvd-as-a-yum-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
