From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7 Description of problem: The dialog "Installation wird vorbereitet / Installation is being prepared" pops up more than once during the package install process. It should be noted that I selected all available packages for FC5T2. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. install all packages for FC5T2 2. watch out for the "Installation is being prepared" dialog during install 3. Additional info:
Paul - looks like a progress window is being popped up at the beginning of every CD in yuminstall.py around line 86. Should be easy to just have it displayed if we're on CD #1, or we could change the text to make it clearer that it's preparing to install from a CD (after string change, though), or we could just not do anything.
It's due to having to build the transaction from headers per cd as we don't want users to have to switch things around. Probably want to make the text clearer or at least document somewhere
Yeah, just change the text.