Taking a close look at FC5t3 (anaconda 10.92.5-1), I note that the repomd.xml and primary.xml.gz yum repository files are modified for CD installs.
For example, a snippet from the FC5t3 ./Fedora/repodata/repmod.xml file on the Fedora FTP mirrors:
<data type="other"> <location href="repodata/other.xml.gz"/> <checksum type="sha">3c9aedbc3468a2a47bdd8c35c3d477679d02874c</checksum> <timestamp>1141668733</timestamp> <open-checksum type="sha">764a201c1577f0421ad64859cc56fb39c3088373</open-checksum> </data>
and the corresponding snippet from the FC5t3 disc1 ISO:
<data type="other"> <location xml:base="media://1140120001.114809#1" href="repodata/other.xml.gz"/> <checksum type="sha">6c4b6cd603894f02b4be09ead09db0274eca1e44</checksum> <timestamp>1140120566</timestamp> <open-checksum type="sha">8f105f81a500f28f4017458bc8fe5156e39679f0</open-checksum> </data>
Note the addition of xml:base="media://1140120001.114809#1" to the file location. (where "1140120001.114809" is the timestamp from .discinfo & "#1" is cd disc #1)
I don't see any references to these two files or the addition of "media..." in the anaconda source code or documentation. Am I missing the obvious or is tool to make this modification missing?
-Eric