Created attachment 750941 [details] screenshot Description of problem: When selecting disk, No disks message has several blank spaces: "No disks selected; please select at least one disk to install to" Version-Release number of selected component (if applicable): Fedora-19-Beta-RC2 anaconda-19.28 How reproducible: always Steps to Reproduce: 1. Start text mode installer 2. Go to storage spoke 3. Observe the dialog Actual results: "No disks selected; please select at least one disk to install to" Expected results: "No disks selected; please select at least one disk to install to" Additional info: /pyanaconda/ui/tui/spokes/storage.py: 153 if len(self.disks) == 0: 154 summary = _("No disks detected. Please shut down the computer, \ 155 connect at least one disk, and restart to complete \ 156 installation.") 157 elif count == 0: 158 summary = (_("No disks selected; please select at least one disk \ 159 to install to.")) Same issue will be when there are no disks at all (line 155,156).
Also following screen needs to be fixed: ================================================================================ Autopartitioning Options [ ] 1) Replace Existing Linux system(s) [x] 2) Use All Space [ ] 3) Use Free Space Installation requires partitioning of your hard drive. Sel ect what space to use for the install target. Please make your choice from above ['q' to quit | 'c' to continue]:
Patch posted to anaconda-patches for review.
Patch pushed, commit 5410a838e6d04055444e0db7447b6ca677f0328a
I should note, the patch fixes the issues reported in the description and comment 1.
anaconda-19.30-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/anaconda-19.30-1.fc19
Package anaconda-19.30-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing anaconda-19.30-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-8871/anaconda-19.30-1.fc19 then log in and leave karma (feedback).
anaconda-19.30-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.