<br><br><div><span class="gmail_quote">On 2/8/06, <b class="gmail_sendername">Justin Conover</b> &lt;<a href="mailto:justin.conover@gmail.com">justin.conover@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Grabbed boot.iso today for a test install, anaconda looks real nice, everything is working and was detected so far.<br><br>One problem was yum<br><br># yum update<br>Options Error: Error parsing 'gpgkey': URL must be http, ftp, file or https not &quot;&quot;
<br><br><br>Which is caused by /etc/yum.repos.d/anaconda.repo<br><br>There is actually 3 errors in the file<br><br>gpgkey = ['<a href="http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/RPM-GPG-KEY-fedora%27" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/RPM-GPG-KEY-fedora'</a>]<br>mirrorlist = None<br>proxy = None<br><br>changed to <br><br>gpgkey=<a href="http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/RPM-GPG-KEY-fedora" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/RPM-GPG-KEY-fedora</a><br>#mirrorlist = None<br>#proxy = None<br><br>Works fine now.<br><br>However I wonder if this should actually even be here, looks like it was used during http-install and then stayed behind, when maybe it should have gone away.
<br>

<br clear="all"></blockquote></div><br>Oh, I did do a customized install and went pretty minimal just for install bandwith (gnome/base)<br><br>Are some of the group data messed up?<br><br>yum groupinstall &quot;Development Tools&quot;
<br><br>&nbsp;rpm -qa kernel\*<br>kernel-2.6.15-1.1915_FC5<br><br>yum info kernel-devel<br>Name&nbsp;&nbsp; : kernel-devel<br>Arch&nbsp;&nbsp; : i686<br>Version: 2.6.15<br>Release: 1.1915_FC5<br>Size&nbsp;&nbsp; : 4.6 M<br>Repo&nbsp;&nbsp; : development<br>Summary: Development package for building kernel modules to match the kernel.
<br>Description:<br>&nbsp;This package provides kernel headers and makefiles sufficient to build modules<br>against the kernel package.<br><br><br>It is in the development repo but doesn't get installed with the other kids.<br>