I used iso2usb to install CentOS 6.5 minimal, and used repo=hd:sda1:/<br />
Anaconda won't find the repodata files, as they lack the part after the checksum in their names.<br />
<br />
Example :<br />
<br />
0e371b19e547b9d7a7e8acc4b8c0c7c074509d33653cfaef9e8f4fd1d62d95de<br />
<br />
Should be instead :<br />
<br />
0e371b19e547b9d7a7e8acc4b8c0c7c074509d33653cfaef9e8f4fd1d62d95de-primary.sqlite.bz2<br />
<br />
I verified the ISO and the files are named exactly as on the USB key.<br />
<br />
If I rename the files according to repomd.xml everything works as expected.
↧