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'">
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">
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>