Bug 965460
Summary: | Sentence No disks selected .. in text mode has several extra blank spaces | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Martin Banas <mbanas> | ||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 19 | CC: | anaconda-maint-list, dshea, g.kaviyarasu, jonathan, jstodola, mkolman, sbueno, vanmeeuwen+fedora | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | anaconda-19.30-1.fc19 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-05-24 20:18:42 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 920667 | ||||||
Attachments: |
|
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. |
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).